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