mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 23:12:44 +08:00
hg completion: add :forcedump and :tagmerge merge tools
This commit is contained in:
parent
d70cdb19c1
commit
b3a00c5389
|
@ -311,7 +311,7 @@ function __fish_hg_branches
|
||||||
end
|
end
|
||||||
|
|
||||||
function __fish_hg_merge_tools
|
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"
|
printf "$tool\tmerge tool\n"
|
||||||
end
|
end
|
||||||
for line in (__fish_hg config merge-tools)
|
for line in (__fish_hg config merge-tools)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user