##// END OF EJS Templates
cvsps: wrap bytes in bytestr before %r-ing it...
Augie Fackler -
r37906:d4aad0dd default
parent child Browse files
Show More
@@ -798,7 +798,7 b' def createchangeset(ui, log, fuzz=60, me'
798 798 except KeyError:
799 799 ui.warn(_("warning: CVS commit message references "
800 800 "non-existent branch %r:\n%s\n")
801 % (m, c.comment))
801 % (pycompat.bytestr(m), c.comment))
802 802 if m in branches and c.branch != m and not candidate.synthetic:
803 803 c.parents.append(candidate)
804 804
General Comments 0
You need to be logged in to leave comments. Login now