mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
zsh completions: add qpush --move option
This commit is contained in:
parent
c0eb9c1315
commit
3cdd1e55b0
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user