##// END OF EJS Templates
test-revlog-raw: drop the overwrite of dead code...
marmoute -
r50568:e3377629 default
parent child Browse files
Show More
@@ -54,10 +54,6 b' tvfs.options = {'
54 54 b'sparse-revlog': True,
55 55 }
56 56
57 # The test wants to control whether to use delta explicitly, based on
58 # "storedeltachains".
59 revlog.revlog._isgooddeltainfo = lambda self, d, textlen: self._storedeltachains
60
61 57
62 58 def abort(msg):
63 59 print('abort: %s' % msg)
General Comments 0
You need to be logged in to leave comments. Login now