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