changeset 36268 | be5a6fe3643a |
parent 36267 | 08f061a48a8f |
child 36781 | ffa3026d4196 |
--- a/hgext/extdiff.py Sat Feb 17 18:15:37 2018 +0900 +++ b/hgext/extdiff.py Sat Feb 17 18:20:15 2018 +0900 @@ -285,7 +285,7 @@ cmdline += ' $parent1 $child' cmdline = re.sub(regex, quote, cmdline) - ui.debug('running %r in %s\n' % (cmdline, tmproot)) + ui.debug('running %r in %s\n' % (pycompat.bytestr(cmdline), tmproot)) ui.system(cmdline, cwd=tmproot, blockedtag='extdiff') for copy_fn, working_fn, st in fnsandstat: