mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
hg completion: add :forcedump and :tagmerge merge tools
This commit is contained in:
parent
d70cdb19c1
commit
b3a00c5389
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ function __fish_hg_branches
|
|||
end
|
||||
|
||||
function __fish_hg_merge_tools
|
||||
for tool in internal:dump internal:fail internal:local internal:merge internal:merge-local internal:merge-other internal:merge3 internal:other internal:prompt internal:union
|
||||
for tool in internal:dump internal:fail internal:forcedump internal:local internal:merge internal:merge-local internal:merge-other internal:merge3 internal:other internal:prompt internal:tagmerge internal:union
|
||||
printf "$tool\tmerge tool\n"
|
||||
end
|
||||
for line in (__fish_hg config merge-tools)
|
||||
|
|
Loading…
Reference in a new issue