##// END OF EJS Templates
zsh_completion: complete all files for `commit/backout --logfile`...
Nikolaj Sjujskij -
r19029:b5ca1416 default
parent child Browse files
Show More
@@ -497,7 +497,7 b' typeset -A _hg_cmd_globals'
497 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
497 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
498 '(--rev -r)'{-r+,--rev}'[revision]:revision:_hg_labels' \
498 '(--rev -r)'{-r+,--rev}'[revision]:revision:_hg_labels' \
499 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
499 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
500 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt'
500 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files'
501 }
501 }
502
502
503 _hg_cmd_bisect() {
503 _hg_cmd_bisect() {
@@ -565,7 +565,7 b' typeset -A _hg_cmd_globals'
565 _arguments -s -w : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \
565 _arguments -s -w : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \
566 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \
566 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \
567 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
567 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
568 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt' \
568 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files' \
569 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \
569 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \
570 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
570 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
571 '--amend[amend the parent of the working dir]' \
571 '--amend[amend the parent of the working dir]' \
General Comments 0
You need to be logged in to leave comments. Login now