equal
deleted
inserted
replaced
697 { |
697 { |
698 b'namespace': b'phases', |
698 b'namespace': b'phases', |
699 }, |
699 }, |
700 ).result() |
700 ).result() |
701 |
701 |
702 pullop = exchange.pulloperation(bundlerepo, peer, heads=reponodes) |
702 pullop = exchange.pulloperation( |
|
703 bundlerepo, peer, path=None, heads=reponodes |
|
704 ) |
703 pullop.trmanager = bundletransactionmanager() |
705 pullop.trmanager = bundletransactionmanager() |
704 exchange._pullapplyphases(pullop, remotephases) |
706 exchange._pullapplyphases(pullop, remotephases) |
705 |
707 |
706 def cleanup(): |
708 def cleanup(): |
707 if bundlerepo: |
709 if bundlerepo: |