##// END OF EJS Templates
test: stabilize bundle generation for test-sparse-revlog.t...
marmoute -
r41964:b5967607 stable
parent child Browse files
Show More
@@ -1,1 +1,1 b''
1 403f5c247ad7cf58d3fad247a6b5e731
1 cb1e67ae6b17ba66dd455f9782692f4a
@@ -119,7 +119,7 b' def run(target):'
119 hg('merge', 'min(head())')
119 hg('merge', 'min(head())')
120 updatefile(FILENAME, idx)
120 updatefile(FILENAME, idx)
121 hg('commit', '--message', 'commit #%d' % idx)
121 hg('commit', '--message', 'commit #%d' % idx)
122 hg('bundle', '--all', target)
122 hg('bundle', '--all', target, '--config', 'devel.bundle.delta=p1')
123 with open(target, 'rb') as bundle:
123 with open(target, 'rb') as bundle:
124 data = bundle.read()
124 data = bundle.read()
125 digest = hashlib.md5(data).hexdigest()
125 digest = hashlib.md5(data).hexdigest()
General Comments 0
You need to be logged in to leave comments. Login now