Skip to content
Snippets Groups Projects
Commit 88a82069be4a authored by Augie Fackler's avatar Augie Fackler
Browse files

zsh completion: add support for qfinish

parent 43bb9c5ab963
No related branches found
No related tags found
No related merge requests found
......@@ -880,6 +880,12 @@
'*: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]' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment