Show More
@@ -806,8 +806,11 b' def _pushb2phases(pushop, bundler):' | |||||
806 | if 'phases' in pushop.stepsdone: |
|
806 | if 'phases' in pushop.stepsdone: | |
807 | return |
|
807 | return | |
808 | b2caps = bundle2.bundle2caps(pushop.remote) |
|
808 | b2caps = bundle2.bundle2caps(pushop.remote) | |
809 |
if |
|
809 | if 'pushkey' in b2caps: | |
810 | return |
|
810 | _pushb2phasespushkey(pushop, bundler) | |
|
811 | ||||
|
812 | def _pushb2phasespushkey(pushop, bundler): | |||
|
813 | """push phase information through a bundle2 - pushkey part""" | |||
811 | pushop.stepsdone.add('phases') |
|
814 | pushop.stepsdone.add('phases') | |
812 | part2node = [] |
|
815 | part2node = [] | |
813 |
|
816 |
General Comments 0
You need to be logged in to leave comments.
Login now