Mercurial > hg
changeset 4449:7eb604da8764
Merge with crew-stable.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 20 May 2007 19:32:22 +0200 |
parents | af013ae3ca10 (current diff) 2d3379c598c1 (diff) |
children | 8fa54b9c6c5a |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/zsh_completion Wed May 16 01:10:12 2007 -0400 +++ b/contrib/zsh_completion Sun May 20 19:32:22 2007 +0200 @@ -380,7 +380,7 @@ _arguments -s -w : $_hg_global_opts $_hg_pat_opts \ '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \ '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \ - '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \ + '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt' \ '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \ '(--user -u)'{-u+,--user}'[record user as commiter]:user:' \ '*:file:_hg_files'