comparison contrib/zsh_completion @ 3629:adbf440a81e0

zsh: typo in commit completion
author Brendan Cully <brendan@kublai.com>
date Thu, 09 Nov 2006 14:44:17 -0800
parents 9d815b074dcb
children 248a952c0d17
comparison
equal deleted inserted replaced
3628:63e173a4ffbc 3629:adbf440a81e0
375 ':destination:_hg_clone_dest' 375 ':destination:_hg_clone_dest'
376 } 376 }
377 377
378 _hg_cmd_commit() { 378 _hg_cmd_commit() {
379 _arguments -s -w : $_hg_global_opts $_hg_pat_opts \ 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 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \ 381 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
382 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \ 382 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \
383 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \ 383 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \
384 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \ 384 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
385 '*:file:_hg_files' 385 '*:file:_hg_files'