##// END OF EJS Templates
bundle2: inform transaction that we are in a bundle2 unbundle...
Pierre-Yves David -
r21154:e110e2b7 default
parent child Browse files
Show More
@@ -726,6 +726,7 b' def unbundle(repo, cg, heads, source, ur'
726 # push can proceed
726 # push can proceed
727 if util.safehasattr(cg, 'params'):
727 if util.safehasattr(cg, 'params'):
728 tr = repo.transaction('unbundle')
728 tr = repo.transaction('unbundle')
729 tr.hookargs['bundle2-exp'] = '1'
729 r = bundle2.processbundle(repo, cg, lambda: tr).reply
730 r = bundle2.processbundle(repo, cg, lambda: tr).reply
730 tr.close()
731 tr.close()
731 else:
732 else:
General Comments 0
You need to be logged in to leave comments. Login now