# HG changeset patch # User Brendan Cully # Date 1163112257 28800 # Node ID adbf440a81e07f82f5cb1de61ab2931fe920a80b # Parent 63e173a4ffbc07b28da4294eca59dd0453d26e37 zsh: typo in commit completion diff -r 63e173a4ffbc -r adbf440a81e0 contrib/zsh_completion --- a/contrib/zsh_completion Thu Nov 09 21:53:45 2006 +0100 +++ b/contrib/zsh_completion Thu Nov 09 14:44:17 2006 -0800 @@ -377,7 +377,7 @@ _hg_cmd_commit() { _arguments -s -w : $_hg_global_opts $_hg_pat_opts \ - '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' + '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \ '(--message -m)'{-m+,--message}'[use as commit message]:text:' \ '(--logfile -l)'{-l+,--logfile}'[read commit message from ]:log file:_file -g \*.txt' \ '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \