diff -r fad6068249d9 -r ef6cab7930b3 tests/test-pending.t --- a/tests/test-pending.t Thu Oct 18 21:55:47 2018 -0400 +++ b/tests/test-pending.t Wed Oct 17 23:33:43 2018 -0400 @@ -41,8 +41,8 @@ python hook $ cat < reject.py - > import os, time - > from mercurial import ui, localrepo + > import os + > import time > def rejecthook(ui, repo, hooktype, node, **opts): > ui.write(b'hook %s\\n' % repo[b'tip'].hex()) > # create the notify file so caller knows we're running