tests/test-pending.t
changeset 40369 ef6cab7930b3
parent 40092 58786930ea27
--- 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 <<EOF > 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