Show More
@@ -147,7 +147,7 b' class pushoperation(object):' | |||
|
147 | 147 | # |
|
148 | 148 | # We can pick: |
|
149 | 149 | # * missingheads part of common (::commonheads) |
|
150 |
common = |
|
|
150 | common = self.outgoing.common | |
|
151 | 151 | nm = self.repo.changelog.nodemap |
|
152 | 152 | cheads = [node for node in self.revs if nm[node] in common] |
|
153 | 153 | # and |
General Comments 0
You need to be logged in to leave comments.
Login now