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