Show More
@@ -6,10 +6,18 b'' | |||||
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 | """recreates hardlinks between repository clones""" |
|
8 | """recreates hardlinks between repository clones""" | |
|
9 | from __future__ import absolute_import | |||
9 |
|
10 | |||
10 | from mercurial import cmdutil, hg, util, error |
|
11 | import os | |
|
12 | import stat | |||
|
13 | ||||
|
14 | from mercurial import ( | |||
|
15 | cmdutil, | |||
|
16 | error, | |||
|
17 | hg, | |||
|
18 | util, | |||
|
19 | ) | |||
11 | from mercurial.i18n import _ |
|
20 | from mercurial.i18n import _ | |
12 | import os, stat |
|
|||
13 |
|
21 | |||
14 | cmdtable = {} |
|
22 | cmdtable = {} | |
15 | command = cmdutil.command(cmdtable) |
|
23 | command = cmdutil.command(cmdtable) |
@@ -59,7 +59,6 b'' | |||||
59 | hgext/purge.py not using absolute_import |
|
59 | hgext/purge.py not using absolute_import | |
60 | hgext/rebase.py not using absolute_import |
|
60 | hgext/rebase.py not using absolute_import | |
61 | hgext/record.py not using absolute_import |
|
61 | hgext/record.py not using absolute_import | |
62 | hgext/relink.py not using absolute_import |
|
|||
63 | hgext/share.py not using absolute_import |
|
62 | hgext/share.py not using absolute_import | |
64 | hgext/transplant.py not using absolute_import |
|
63 | hgext/transplant.py not using absolute_import | |
65 | hgext/win32mbcs.py not using absolute_import |
|
64 | hgext/win32mbcs.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now