Submitter | Augie Fackler |
---|---|
Date | Aug. 28, 2017, 3:27 p.m. |
Message ID | <78b19b1d11bd083a1aee.1503934050@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/23422/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-progress.t b/tests/test-progress.t --- a/tests/test-progress.t +++ b/tests/test-progress.t @@ -1,7 +1,8 @@ $ cat > loop.py <<EOF + > from __future__ import absolute_import + > import time > from mercurial import commands, registrar - > import time > > cmdtable = {} > command = registrar.command(cmdtable)