zsh completions: add qpush --move option

This commit is contained in:
Yuya Nishihara 2010-08-07 15:32:33 +09:00
parent c0eb9c1315
commit 3cdd1e55b0

View File

@ -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'
}