Show More
@@ -7,7 +7,13 b" if subprocess.call(['python', '%s/hghave" | |||||
7 | 'cacheable']): |
|
7 | 'cacheable']): | |
8 | sys.exit(80) |
|
8 | sys.exit(80) | |
9 |
|
9 | |||
10 | from mercurial import util, scmutil, extensions, hg, ui |
|
10 | from mercurial import ( | |
|
11 | extensions, | |||
|
12 | hg, | |||
|
13 | scmutil, | |||
|
14 | ui, | |||
|
15 | util, | |||
|
16 | ) | |||
11 |
|
17 | |||
12 | filecache = scmutil.filecache |
|
18 | filecache = scmutil.filecache | |
13 |
|
19 |
General Comments 0
You need to be logged in to leave comments.
Login now