Show More
@@ -424,6 +424,11 b' typeset -A _hg_cmd_globals' | |||||
424 | '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_files -g \*.txt' |
|
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 | _hg_cmd_bundle() { |
|
432 | _hg_cmd_bundle() { | |
428 | _arguments -s -w : $_hg_global_opts $_hg_remote_opts \ |
|
433 | _arguments -s -w : $_hg_global_opts $_hg_remote_opts \ | |
429 | '(--force -f)'{-f,--force}'[run even when remote repository is unrelated]' \ |
|
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