Submitter | phabricator |
---|---|
Date | July 11, 2018, 6:12 p.m. |
Message ID | <4212c15a4388328561959f4bd9193cce@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32793/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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)