hg completion: add :forcedump and :tagmerge merge tools

This commit is contained in:
Anton Shestakov 2018-08-16 19:25:16 +08:00
parent d70cdb19c1
commit b3a00c5389

View file

@ -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)