mercurial/exchange.py
changeset 32975 067173e3c8a6
parent 32948 af31d531dda0
child 33007 03608e8d09e9
--- a/mercurial/exchange.py	Sat Jun 10 23:42:38 2017 -0700
+++ b/mercurial/exchange.py	Mon Jun 19 22:14:37 2017 -0700
@@ -1997,7 +1997,7 @@
             cg = readbundle(ui, fh, 'stream')
 
             if isinstance(cg, bundle2.unbundle20):
-                bundle2.processbundle(repo, cg, lambda: tr)
+                bundle2.applybundle(repo, cg, tr, 'clonebundles', url)
             elif isinstance(cg, streamclone.streamcloneapplier):
                 cg.apply(repo)
             else: