##// END OF EJS Templates
tests: add missing b prefix in test python in test-issue2137.t...
Augie Fackler -
r36582:c4ccc73f default
parent child Browse files
Show More
@@ -18,7 +18,7 b' 1 and 2 are preconditions for the bug; 3'
18 18 > tip1 = node.short(repo.changelog.tip())
19 19 > tip2 = node.short(repo.lookup(tip1))
20 20 > assert tip1 == tip2
21 > ui.write('new tip: %s\n' % tip1)
21 > ui.write(b'new tip: %s\n' % tip1)
22 22 > return result
23 23 > repo.__class__ = wraprepo
24 24 >
General Comments 0
You need to be logged in to leave comments. Login now