##// END OF EJS Templates
diffhelpers: use absolute_import
Gregory Szorc -
r27336:80214358 default
parent child Browse files
Show More
@@ -5,6 +5,8
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
8 def addlines(fp, hunk, lena, lenb, a, b):
10 def addlines(fp, hunk, lena, lenb, a, b):
9 while True:
11 while True:
10 todoa = lena - len(a)
12 todoa = lena - len(a)
@@ -122,7 +122,6
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/diffhelpers.py not using absolute_import
126 mercurial/pure/mpatch.py not using absolute_import
125 mercurial/pure/mpatch.py not using absolute_import
127 mercurial/pure/osutil.py not using absolute_import
126 mercurial/pure/osutil.py not using absolute_import
128 mercurial/pure/parsers.py not using absolute_import
127 mercurial/pure/parsers.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now