Mercurial > hg
changeset 36284:d157b5bfaef0
py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t
# ski-blame as we just added b''
Differential Revision: https://phab.mercurial-scm.org/D2322
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 18 Feb 2018 17:37:47 +0530 |
parents | a67b144ef74f |
children | 3ec9afb951a0 |
files | tests/test-mq-qrefresh-replace-log-message.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-mq-qrefresh-replace-log-message.t Sun Feb 18 17:36:52 2018 +0530 +++ b/tests/test-mq-qrefresh-replace-log-message.t Sun Feb 18 17:37:47 2018 +0530 @@ -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