mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
zsh completion: add support for qfinish
This commit is contained in:
parent
31beaa1cd1
commit
551016898f
@ -880,6 +880,12 @@ _hg_cmd_qdiff() {
|
||||
'*:pattern:_hg_files'
|
||||
}
|
||||
|
||||
_hg_cmd_qfinish() {
|
||||
_arguments -s -w : $_hg_global_opts \
|
||||
'(--all -a)'{-a,--all}'[finish all patches]' \
|
||||
'*:patch:_hg_qapplied'
|
||||
}
|
||||
|
||||
_hg_cmd_qfold() {
|
||||
_arguments -s -w : $_hg_global_opts $_h_commit_opts \
|
||||
'(--keep,-k)'{-k,--keep}'[keep folded patch files]' \
|
||||
|
Loading…
Reference in New Issue
Block a user