##// END OF EJS Templates
exchange: propagate the subfunctions return...
Boris Feld -
r34911:498697fe stable
parent child Browse files
Show More
@@ -813,9 +813,9 b' def _pushb2phases(pushop, bundler):'
813 hasphaseheads = 'heads' in b2caps.get('phases', ())
813 hasphaseheads = 'heads' in b2caps.get('phases', ())
814
814
815 if hasphaseheads and not legacyphase:
815 if hasphaseheads and not legacyphase:
816 _pushb2phaseheads(pushop, bundler)
816 return _pushb2phaseheads(pushop, bundler)
817 elif haspushkey:
817 elif haspushkey:
818 _pushb2phasespushkey(pushop, bundler)
818 return _pushb2phasespushkey(pushop, bundler)
819
819
820 def _pushb2phaseheads(pushop, bundler):
820 def _pushb2phaseheads(pushop, bundler):
821 """push phase information through a bundle2 - binary part"""
821 """push phase information through a bundle2 - binary part"""
General Comments 0
You need to be logged in to leave comments. Login now