Skip to content
Snippets Groups Projects
Commit bb417470d62a authored by Peter Arrenbrecht's avatar Peter Arrenbrecht
Browse files

Support qgoto in contrib/bash_completion.

parent be20a42f27a1
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,15 @@
_hg_ext_mq_patchlist qunapplied
}
_hg_cmd_qgoto()
{
if [[ "$prev" = @(-n|--name) ]]; then
_hg_ext_mq_queues
return
fi
_hg_ext_mq_patchlist qseries
}
_hg_cmd_qdelete()
{
local qcmd=qunapplied
......
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