Submitter | phabricator |
---|---|
Date | Oct. 10, 2019, 12:27 a.m. |
Message ID | <differential-rev-PHID-DREV-g7xr55slq3dqzgdr4yuy-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42171/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-chg.t b/tests/test-chg.t --- a/tests/test-chg.t +++ b/tests/test-chg.t @@ -127,7 +127,7 @@ > command = registrar.command(cmdtable) > @command(b'crash') > def pagercrash(ui, repo, *pats, **opts): - > ui.write('going to crash\n') + > ui.write(b'going to crash\n') > raise Exception('.') > EOF