diff tests/test-filecache.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents d01e08ea459d
children cfb6682961b8
line wrap: on
line diff
--- a/tests/test-filecache.py	Fri May 11 18:41:04 2012 +0200
+++ b/tests/test-filecache.py	Sat May 12 15:54:54 2012 +0200
@@ -1,6 +1,7 @@
 import sys, os, subprocess
 
-if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
+if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'],
+                    'cacheable']):
     sys.exit(80)
 
 from mercurial import util, scmutil, extensions