Submitter | phabricator |
---|---|
Date | Feb. 19, 2018, 2:06 a.m. |
Message ID | <e24536676090e8e294a180c7a60fb9a9@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28141/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-pending.t b/tests/test-pending.t --- a/tests/test-pending.t +++ b/tests/test-pending.t @@ -44,7 +44,7 @@ > import os, time > from mercurial import ui, localrepo > def rejecthook(ui, repo, hooktype, node, **opts): - > ui.write('hook %s\\n' % repo['tip'].hex()) + > ui.write(b'hook %s\\n' % repo[b'tip'].hex()) > # create the notify file so caller knows we're running > fpath = os.path.join('$d', 'notify') > f = open(fpath, 'w')