Submitter | phabricator |
---|---|
Date | March 2, 2018, 4:18 p.m. |
Message ID | <3be5b9a4a896313146767f8b5a05fae3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28690/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-issue2137.t b/tests/test-issue2137.t --- a/tests/test-issue2137.t +++ b/tests/test-issue2137.t @@ -18,7 +18,7 @@ > tip1 = node.short(repo.changelog.tip()) > tip2 = node.short(repo.lookup(tip1)) > assert tip1 == tip2 - > ui.write('new tip: %s\n' % tip1) + > ui.write(b'new tip: %s\n' % tip1) > return result > repo.__class__ = wraprepo >