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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Mar 2 14:50:21 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  1. skip-blame just a b prefix

REPOSITORY
  rHG Mercurial

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
Cc: mercurial-devel


More information about the Mercurial-devel mailing list