D2322: py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sun Feb 18 09:17:16 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd157b5bfaef0: py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2322?vs=5851&id=5867

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

AFFECTED FILES
  tests/test-mq-qrefresh-replace-log-message.t

CHANGE DETAILS

diff --git a/tests/test-mq-qrefresh-replace-log-message.t b/tests/test-mq-qrefresh-replace-log-message.t
--- a/tests/test-mq-qrefresh-replace-log-message.t
+++ b/tests/test-mq-qrefresh-replace-log-message.t
@@ -119,7 +119,7 @@
   > def reposetup(ui, repo):
   >     class commitfailure(repo.__class__):
   >         def commit(self, *args, **kwargs):
-  >             raise error.Abort('emulating unexpected abort')
+  >             raise error.Abort(b'emulating unexpected abort')
   >     repo.__class__ = commitfailure
   > EOF
 



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


More information about the Mercurial-devel mailing list