Show More
@@ -462,6 +462,17 b' complete -o bashdefault -o default -F _h' | |||||
462 | return 1 |
|
462 | return 1 | |
463 | } |
|
463 | } | |
464 |
|
464 | |||
|
465 | _hg_cmd_qqueue() | |||
|
466 | { | |||
|
467 | local q | |||
|
468 | local queues | |||
|
469 | local opts="--list --create --delete" | |||
|
470 | ||||
|
471 | queues=$( _hg_cmd qqueue --quiet ) | |||
|
472 | ||||
|
473 | COMPREPLY=( $( compgen -W "${opts} ${queues}" "${cur}" ) ) | |||
|
474 | } | |||
|
475 | ||||
465 |
|
476 | |||
466 | # hbisect |
|
477 | # hbisect | |
467 | _hg_cmd_bisect() |
|
478 | _hg_cmd_bisect() |
General Comments 0
You need to be logged in to leave comments.
Login now