tests/test-pager-legacy.t
changeset 40369 ef6cab7930b3
parent 39707 5abc47d4ca6b
--- a/tests/test-pager-legacy.t	Thu Oct 18 21:55:47 2018 -0400
+++ b/tests/test-pager-legacy.t	Wed Oct 17 23:33:43 2018 -0400
@@ -244,7 +244,7 @@
 Pager should not override the exit code of other commands
 
   $ cat >> $TESTTMP/fortytwo.py <<'EOF'
-  > from mercurial import registrar, commands
+  > from mercurial import commands, registrar
   > cmdtable = {}
   > command = registrar.command(cmdtable)
   > @command(b'fortytwo', [], b'fortytwo', norepo=True)