# HG changeset patch # User Yuya Nishihara # Date 1281162753 -32400 # Node ID 46039b2af34950b53bcdc52760a53bcfd7a7b802 # Parent 05deba16c5d571e244364accbde31268008b2e3c zsh completions: add qpush --move option diff -r 05deba16c5d5 -r 46039b2af349 contrib/zsh_completion --- 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' }