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