##// END OF EJS Templates
zsh: typo in commit completion
Brendan Cully -
r3666:adbf440a default
parent child Browse files
Show More
@@ -377,7 +377,7 b' typeset -A _hg_cmd_globals'
377 377
378 378 _hg_cmd_commit() {
379 379 _arguments -s -w : $_hg_global_opts $_hg_pat_opts \
380 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]'
380 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \
381 381 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
382 382 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \
383 383 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \
General Comments 0
You need to be logged in to leave comments. Login now