D3923: tests: properly sort imports in test-nointerrupt.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Jul 11 14:12:32 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG531f5e933e49: tests: properly sort imports in test-nointerrupt.t (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3923?vs=9541&id=9553

REVISION DETAIL
  https://phab.mercurial-scm.org/D3923

AFFECTED FILES
  tests/test-nointerrupt.t

CHANGE DETAILS

diff --git a/tests/test-nointerrupt.t b/tests/test-nointerrupt.t
--- a/tests/test-nointerrupt.t
+++ b/tests/test-nointerrupt.t
@@ -1,10 +1,10 @@
 Dummy extension simulating unsafe long running command
   $ cat > sleepext.py <<EOF
+  > import itertools
   > import time
-  > import itertools
   > 
+  > from mercurial.i18n import _
   > from mercurial import registrar
-  > from mercurial.i18n import _
   > 
   > cmdtable = {}
   > command = registrar.command(cmdtable)



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list