##// END OF EJS Templates
zsh completion: add hg branches
Brendan Cully -
r8984:67389a94 default
parent child Browse files
Show More
@@ -424,6 +424,11 b' typeset -A _hg_cmd_globals'
424 424 '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt'
425 425 }
426 426
427 _hg_cmd_branches() {
428 _arguments -s -w : $_hg_global_opts \
429 '(--active -a)'{-a,--active}'[show only branches that have unmerge heads]'
430 }
431
427 432 _hg_cmd_bundle() {
428 433 _arguments -s -w : $_hg_global_opts $_hg_remote_opts \
429 434 '(--force -f)'{-f,--force}'[run even when remote repository is unrelated]' \
General Comments 0
You need to be logged in to leave comments. Login now