Submitter | Augie Fackler |
---|---|
Date | Aug. 25, 2017, 3:28 p.m. |
Message ID | <450e5c68b4f71f36ff01.1503674923@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23340/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-bundle2-format.t b/tests/test-bundle2-format.t --- a/tests/test-bundle2-format.t +++ b/tests/test-bundle2-format.t @@ -12,8 +12,9 @@ Create an extension to test bundle2 API > This extension allows detailed testing of the various bundle2 API and > behaviors. > """ - > - > import sys, os, gc + > import gc + > import os + > import sys > from mercurial import util > from mercurial import bundle2 > from mercurial import scmutil