Show More
@@ -2,18 +2,27 b'' | |||||
2 | # |
|
2 | # | |
3 | # This software may be used and distributed according to the terms of the |
|
3 | # This software may be used and distributed according to the terms of the | |
4 | # GNU General Public License version 2 or any later version. |
|
4 | # GNU General Public License version 2 or any later version. | |
|
5 | from __future__ import absolute_import | |||
5 |
|
6 | |||
6 | import os |
|
7 | import os | |
7 | import re |
|
8 | import re | |
8 |
|
9 | |||
9 | from mercurial import error, httppeer, util, wireproto |
|
|||
10 | from mercurial.i18n import _ |
|
10 | from mercurial.i18n import _ | |
11 |
|
11 | |||
|
12 | from mercurial import ( | |||
|
13 | error, | |||
|
14 | httppeer, | |||
|
15 | util, | |||
|
16 | wireproto, | |||
|
17 | ) | |||
|
18 | ||||
|
19 | from . import ( | |||
|
20 | lfutil, | |||
|
21 | ) | |||
|
22 | ||||
12 | urlerr = util.urlerr |
|
23 | urlerr = util.urlerr | |
13 | urlreq = util.urlreq |
|
24 | urlreq = util.urlreq | |
14 |
|
25 | |||
15 | import lfutil |
|
|||
16 |
|
||||
17 | LARGEFILES_REQUIRED_MSG = ('\nThis repository uses the largefiles extension.' |
|
26 | LARGEFILES_REQUIRED_MSG = ('\nThis repository uses the largefiles extension.' | |
18 | '\n\nPlease enable it in your Mercurial config ' |
|
27 | '\n\nPlease enable it in your Mercurial config ' | |
19 | 'file.\n') |
|
28 | 'file.\n') |
@@ -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/proto.py not using absolute_import |
|
|||
14 | hgext/largefiles/remotestore.py not using absolute_import |
|
13 | hgext/largefiles/remotestore.py not using absolute_import | |
15 | hgext/largefiles/reposetup.py not using absolute_import |
|
14 | hgext/largefiles/reposetup.py not using absolute_import | |
16 | hgext/largefiles/uisetup.py not using absolute_import |
|
15 | hgext/largefiles/uisetup.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now