[PATCH] zsh completions: add qpush --move option

Yuya Nishihara yuya at tcha.org
Sat Aug 7 02:31:47 CDT 2010


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1281162753 -32400
# Branch stable
# Node ID 36e25f25dec11e68fc3240326999c02b3879ab10
# Parent  28a450e1f54c4df37c581720aac9b2d99dee39b5
zsh completions: add qpush --move option

diff --git a/contrib/zsh_completion b/contrib/zsh_completion
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -901,6 +901,7 @@ _hg_cmd_qpush() {
   '(--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'
 }
 


More information about the Mercurial-devel mailing list