D2539: tests: add missing b prefix in test python in test-issue2137.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Mar 2 11:18:37 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc4ccc73f9d49: tests: add missing b prefix in test python in test-issue2137.t (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2539?vs=6329&id=6353

REVISION DETAIL
  https://phab.mercurial-scm.org/D2539

AFFECTED FILES
  tests/test-issue2137.t

CHANGE DETAILS

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
   > 



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list