Show More
@@ -104,14 +104,20 b' largefile. To add the first largefile to' | |||||
104 | explicitly do so with the --large flag passed to the :hg:`add` |
|
104 | explicitly do so with the --large flag passed to the :hg:`add` | |
105 | command. |
|
105 | command. | |
106 | ''' |
|
106 | ''' | |
|
107 | from __future__ import absolute_import | |||
107 |
|
108 | |||
108 |
from mercurial import |
|
109 | from mercurial import ( | |
|
110 | hg, | |||
|
111 | localrepo, | |||
|
112 | ) | |||
109 |
|
113 | |||
110 | import lfcommands |
|
114 | from . import ( | |
111 | import proto |
|
115 | lfcommands, | |
112 | import reposetup |
|
116 | overrides, | |
113 | import uisetup as uisetupmod |
|
117 | proto, | |
114 | import overrides |
|
118 | reposetup, | |
|
119 | uisetup as uisetupmod, | |||
|
120 | ) | |||
115 |
|
121 | |||
116 | # Note for extension authors: ONLY specify testedwith = 'internal' for |
|
122 | # Note for extension authors: ONLY specify testedwith = 'internal' for | |
117 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
123 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
@@ -10,7 +10,6 b'' | |||||
10 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import |
|
10 | hgext/fsmonitor/pywatchman/pybser.py not using absolute_import | |
11 | hgext/highlight/__init__.py not using absolute_import |
|
11 | hgext/highlight/__init__.py not using absolute_import | |
12 | hgext/highlight/highlight.py not using absolute_import |
|
12 | hgext/highlight/highlight.py not using absolute_import | |
13 | hgext/largefiles/__init__.py not using absolute_import |
|
|||
14 | hgext/largefiles/basestore.py not using absolute_import |
|
13 | hgext/largefiles/basestore.py not using absolute_import | |
15 | hgext/largefiles/lfcommands.py not using absolute_import |
|
14 | hgext/largefiles/lfcommands.py not using absolute_import | |
16 | hgext/largefiles/lfutil.py not using absolute_import |
|
15 | hgext/largefiles/lfutil.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now