Mercurial > hg
changeset 11760:46039b2af349
zsh completions: add qpush --move option
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 07 Aug 2010 15:32:33 +0900 |
parents | 05deba16c5d5 |
children | e27a0fa7ba59 |
files | contrib/zsh_completion |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/zsh_completion Fri Aug 06 12:59:13 2010 -0500 +++ b/contrib/zsh_completion Sat Aug 07 15:32:33 2010 +0900 @@ -901,6 +901,7 @@ '(--merge -m)'{-m+,--merge}'[merge from another queue]:' \ '(--name -n)'{-n+,--name}'[merge queue name]:' \ '(--force -f)'{-f,--force}'[apply if the patch has rejects]' \ + '--move[reorder patch series and apply only the patch]' \ ':patch:_hg_qunapplied' }