Show More
@@ -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