Mercurial > vim-lawrencium
changeset 42:2ab1b802c070
Updated completion file to latest version of Mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 14 Aug 2012 21:49:58 -0700 |
parents | decbefcf74db |
children | fc20a265551d |
files | resources/hg_usage.vim |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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',