changeset 32773 | 264b86cf2092 |
parent 32357 | 6587427b2018 |
child 32891 | 2ecce24dfcd3 |
--- a/mercurial/filemerge.py Fri Jun 09 13:07:49 2017 +0900 +++ b/mercurial/filemerge.py Fri Jun 02 16:57:21 2017 +0530 @@ -628,7 +628,8 @@ # normalize to new-style names (':merge' etc) tool = tool[len('internal'):] ui.debug("picked tool '%s' for %s (binary %s symlink %s changedelete %s)\n" - % (tool, fd, binary, symlink, changedelete)) + % (tool, fd, pycompat.bytestr(binary), pycompat.bytestr(symlink), + pycompat.bytestr(changedelete))) if tool in internals: func = internals[tool]