##// END OF EJS Templates
exchange: directly 'getchangegroup'...
marmoute -
r32166:42efb1b2 default
parent child Browse files
Show More
@@ -950,7 +950,7 b' def _pushchangeset(pushop):'
950 'push',
950 'push',
951 fastpath=True)
951 fastpath=True)
952 else:
952 else:
953 cg = changegroup.getlocalchangegroup(pushop.repo, 'push', outgoing)
953 cg = changegroup.getchangegroup(pushop.repo, 'push', outgoing)
954
954
955 # apply changegroup to remote
955 # apply changegroup to remote
956 if unbundle:
956 if unbundle:
General Comments 0
You need to be logged in to leave comments. Login now