Show More
@@ -189,7 +189,8 b' def _picktool(repo, ui, path, binary, sy' | |||||
189 | if _toolbool(ui, t, "disabled", False): |
|
189 | if _toolbool(ui, t, "disabled", False): | |
190 | disabled.add(t) |
|
190 | disabled.add(t) | |
191 | names = tools.keys() |
|
191 | names = tools.keys() | |
192 |
tools = sorted([(-p, t) for t, p in tools.items() |
|
192 | tools = sorted([(-p, tool) for tool, p in tools.items() | |
|
193 | if tool not in disabled]) | |||
193 | uimerge = ui.config("ui", "merge") |
|
194 | uimerge = ui.config("ui", "merge") | |
194 | if uimerge: |
|
195 | if uimerge: | |
195 | # external tools defined in uimerge won't be able to handle |
|
196 | # external tools defined in uimerge won't be able to handle |
General Comments 0
You need to be logged in to leave comments.
Login now