Submitter | phabricator |
---|---|
Date | June 18, 2018, 12:33 p.m. |
Message ID | <a369a8ed41d73c1a4103335e0f25b28c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32259/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/convcmd.py b/hgext/convert/convcmd.py --- a/hgext/convert/convcmd.py +++ b/hgext/convert/convcmd.py @@ -123,7 +123,7 @@ exceptions.append(inst) if not ui.quiet: for inst in exceptions: - ui.write("%s\n" % inst) + ui.write("%s\n" % pycompat.bytestr(inst)) raise error.Abort(_('%s: missing or unsupported repository') % path) def convertsink(ui, path, type):