Show More
@@ -529,7 +529,7 b' def _xmerge(repo, mynode, orig, fcd, fco' | |||||
529 | out = a |
|
529 | out = a | |
530 | a = repo.wvfs.join(back.path()) |
|
530 | a = repo.wvfs.join(back.path()) | |
531 | replace = {'local': a, 'base': b, 'other': c, 'output': out} |
|
531 | replace = {'local': a, 'base': b, 'other': c, 'output': out} | |
532 | args = util.interpolate(r'\$', replace, args, |
|
532 | args = util.interpolate(br'\$', replace, args, | |
533 | lambda s: util.shellquote(util.localpath(s))) |
|
533 | lambda s: util.shellquote(util.localpath(s))) | |
534 | cmd = toolpath + ' ' + args |
|
534 | cmd = toolpath + ' ' + args | |
535 | if _toolbool(ui, tool, "gui"): |
|
535 | if _toolbool(ui, tool, "gui"): |
General Comments 0
You need to be logged in to leave comments.
Login now