Show More
@@ -733,6 +733,8 b' def unbundle(repo, cg, heads, source, ur' | |||
|
733 | 733 | repo.hook('b2x-pretransactionclose', throw=True, source=source, |
|
734 | 734 | url=url, pending=p, **tr.hookargs) |
|
735 | 735 | tr.close() |
|
736 | repo.hook('b2x-transactionclose', source=source, url=url, | |
|
737 | **tr.hookargs) | |
|
736 | 738 | else: |
|
737 | 739 | r = changegroup.addchangegroup(repo, cg, source, url) |
|
738 | 740 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now