##// END OF EJS Templates
test-filecache: sort import lines
Yuya Nishihara -
r28802:b16eacf5 default
parent child Browse files
Show More
@@ -7,7 +7,13 if subprocess.call(['python', '%s/hghave
7 7 'cacheable']):
8 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 18 filecache = scmutil.filecache
13 19
General Comments 0
You need to be logged in to leave comments. Login now