contrib/zsh_completion
changeset 3629 adbf440a81e0
parent 3605 9d815b074dcb
child 3805 248a952c0d17
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'