mercurial/exchange.py
changeset 21154 e110e2b79135
parent 21149 c0d96bceadc2
child 21155 148e98e74e25
--- a/mercurial/exchange.py	Thu Apr 17 17:46:26 2014 -0400
+++ b/mercurial/exchange.py	Thu Apr 17 17:16:21 2014 -0400
@@ -726,6 +726,7 @@
         # push can proceed
         if util.safehasattr(cg, 'params'):
             tr = repo.transaction('unbundle')
+            tr.hookargs['bundle2-exp'] = '1'
             r = bundle2.processbundle(repo, cg, lambda: tr).reply
             tr.close()
         else: