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.get |
|
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