Submitter | phabricator |
---|---|
Date | Oct. 10, 2019, 3:24 a.m. |
Message ID | <1945139009718ab9f53580895fe8237d@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42177/ |
State | Not Applicable |
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