filemerge: mark internal-only config option

This commit is contained in:
Matt Mackall 2015-06-25 17:46:55 -05:00
parent 694178b7ed
commit 647579e3af

View File

@ -75,6 +75,7 @@ def _picktool(repo, ui, path, binary, symlink):
return True
return False
# internal config: ui.forcemerge
# forcemerge comes from command line arguments, highest priority
force = ui.config('ui', 'forcemerge')
if force: