comparison contrib/zsh_completion @ 4484:c927c568a5ad

Automated merge with http://hg.intevation.org/mercurial/crew
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 May 2007 14:43:29 -0700
parents 2d3379c598c1
children e21644bbf01e
comparison
equal deleted inserted replaced
4483:a11e13d50645 4484:c927c568a5ad
378 378
379 _hg_cmd_commit() { 379 _hg_cmd_commit() {
380 _arguments -s -w : $_hg_global_opts $_hg_pat_opts \ 380 _arguments -s -w : $_hg_global_opts $_hg_pat_opts \
381 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \ 381 '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \
382 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \ 382 '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
383 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \ 383 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt' \
384 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \ 384 '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \
385 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \ 385 '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \
386 '*:file:_hg_files' 386 '*:file:_hg_files'
387 } 387 }
388 388