diff tests/artifacts/scripts/generate-churning-bundle.py @ 41805:5f198b690301

merge with stable
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 25 Feb 2019 18:51:08 -0800
parents 56a0de3d581c b59676077654
children 2372284d9457
line wrap: on
line diff
--- a/tests/artifacts/scripts/generate-churning-bundle.py	Wed Jan 02 03:07:52 2019 +0100
+++ b/tests/artifacts/scripts/generate-churning-bundle.py	Mon Feb 25 18:51:08 2019 -0800
@@ -118,7 +118,7 @@
                 hg('merge', 'min(head())')
             updatefile(FILENAME, idx)
             hg('commit', '--message', 'commit #%d' % idx)
-        hg('bundle', '--all', target)
+        hg('bundle', '--all', target, '--config', 'devel.bundle.delta=p1')
         with open(target, 'rb') as bundle:
             data = bundle.read()
             digest = hashlib.md5(data).hexdigest()