mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
hg completion: also complete hg blame (alias to annotate)
This commit is contained in:
parent
c8c7fec48a
commit
99860c8294
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ for cmd in addr addre addrem addremo addremov addremove
|
||||||
end
|
end
|
||||||
|
|
||||||
# hg annotate
|
# hg annotate
|
||||||
for cmd in an ann anno annot annota annotat annotate
|
for cmd in an ann anno annot annota annotat annotate bl bla blam blame
|
||||||
complete -c hg -n "__fish_hg_using_command $cmd" -x -a "(__fish_hg_status -cmdr)"
|
complete -c hg -n "__fish_hg_using_command $cmd" -x -a "(__fish_hg_status -cmdr)"
|
||||||
complete -c hg -n "__fish_hg_using_command $cmd" -s r -l rev -x -a "(__fish_hg_labels)" -d "annotate the specified revision"
|
complete -c hg -n "__fish_hg_using_command $cmd" -s r -l rev -x -a "(__fish_hg_labels)" -d "annotate the specified revision"
|
||||||
complete -c hg -n "__fish_hg_using_command $cmd" -l no-follow -d "don't follow copies and renames"
|
complete -c hg -n "__fish_hg_using_command $cmd" -l no-follow -d "don't follow copies and renames"
|
||||||
|
|
Loading…
Reference in a new issue