Show More
@@ -5,11 +5,12 b'' | |||||
5 | # This software may be used and distributed according to the terms of the |
|
5 | # This software may be used and distributed according to the terms of the | |
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
|
8 | from __future__ import absolute_import | |||
|
9 | ||||
|
10 | import cStringIO | |||
8 | import struct |
|
11 | import struct | |
9 | try: |
|
12 | ||
10 |
|
|
13 | StringIO = cStringIO.StringIO | |
11 | except ImportError: |
|
|||
12 | from StringIO import StringIO |
|
|||
13 |
|
14 | |||
14 | # This attempts to apply a series of patches in time proportional to |
|
15 | # This attempts to apply a series of patches in time proportional to | |
15 | # the total size of the patches, rather than patches * len(text). This |
|
16 | # the total size of the patches, rather than patches * len(text). This |
@@ -122,7 +122,6 b'' | |||||
122 | mercurial/manifest.py not using absolute_import |
|
122 | mercurial/manifest.py not using absolute_import | |
123 | mercurial/mdiff.py not using absolute_import |
|
123 | mercurial/mdiff.py not using absolute_import | |
124 | mercurial/patch.py not using absolute_import |
|
124 | mercurial/patch.py not using absolute_import | |
125 | mercurial/pure/mpatch.py not using absolute_import |
|
|||
126 | mercurial/pure/osutil.py not using absolute_import |
|
125 | mercurial/pure/osutil.py not using absolute_import | |
127 | mercurial/pure/parsers.py not using absolute_import |
|
126 | mercurial/pure/parsers.py not using absolute_import | |
128 | mercurial/pvec.py not using absolute_import |
|
127 | mercurial/pvec.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now