tests/test-filecache.py
changeset 16683 525fdb738975
parent 15518 d01e08ea459d
child 16688 cfb6682961b8
equal deleted inserted replaced
16676:654b9e1966f7 16683:525fdb738975
     1 import sys, os, subprocess
     1 import sys, os, subprocess
     2 
     2 
     3 if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
     3 if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'],
       
     4                     'cacheable']):
     4     sys.exit(80)
     5     sys.exit(80)
     5 
     6 
     6 from mercurial import util, scmutil, extensions
     7 from mercurial import util, scmutil, extensions
     7 
     8 
     8 filecache = scmutil.filecache
     9 filecache = scmutil.filecache