# HG changeset patch # User Ludovic Chabant # Date 1345006198 25200 # Node ID 2ab1b802c070d230bc8f3de1b187742804fe36f7 # Parent decbefcf74dba25e2d6bac48fddb1a3e069773eb Updated completion file to latest version of Mercurial. diff -r decbefcf74db -r 2ab1b802c070 resources/hg_usage.vim --- a/resources/hg_usage.vim Fri Aug 10 21:33:27 2012 -0700 +++ b/resources/hg_usage.vim Tue Aug 14 21:49:58 2012 -0700 @@ -64,6 +64,12 @@ \'--changeset', \'-l', \'--line-number', + \'-w', + \'--ignore-all-space', + \'-b', + \'--ignore-space-change', + \'-B', + \'--ignore-blank-lines', \'-I', \'--include', \'-X', @@ -192,6 +198,7 @@ \'-A', \'--addremove', \'--close-branch', + \'--amend', \'-I', \'--include', \'-X', @@ -267,10 +274,13 @@ \'--exclude', \], \'graft': [ + \'-r', + \'--rev', \'-c', \'--continue', \'-e', \'--edit', + \'--log', \'-D', \'--currentdate', \'-U', @@ -281,6 +291,8 @@ \'--user', \'-t', \'--tool', + \'-n', + \'--dry-run', \], \'grep': [ \'-0', @@ -324,6 +336,8 @@ \'--extension', \'-c', \'--command', + \'-k', + \'--keyword', \], \'identify': [ \'-r', @@ -338,6 +352,10 @@ \'--tags', \'-B', \'--bookmarks', + \'-e', + \'--ssh', + \'--remotecmd', + \'--insecure', \], \'import': [ \'-p', @@ -384,6 +402,8 @@ \'-M', \'--no-merges', \'--stat', + \'-G', + \'--graph', \'--style', \'--template', \'-e', @@ -443,6 +463,8 @@ \'-M', \'--no-merges', \'--stat', + \'-G', + \'--graph', \'--style', \'--template', \'-I', @@ -485,6 +507,8 @@ \'-M', \'--no-merges', \'--stat', + \'-G', + \'--graph', \'--style', \'--template', \'-e', @@ -502,6 +526,18 @@ \], \'paths': [ \], + \'phase': [ + \'-p', + \'--public', + \'-d', + \'--draft', + \'-s', + \'--secret', + \'-f', + \'--force', + \'-r', + \'--rev', + \], \'pull': [ \'-u', \'--update',