Show More
@@ -274,7 +274,7 b' class changelog(baselog):' | |||||
274 | if len(c.parents) > 2: |
|
274 | if len(c.parents) > 2: | |
275 | raise error.Abort(b'TODO octopus merge handling') |
|
275 | raise error.Abort(b'TODO octopus merge handling') | |
276 | if len(c.parents) == 2: |
|
276 | if len(c.parents) == 2: | |
277 |
p2 = self.rev(c.parents[ |
|
277 | p2 = self.rev(c.parents[1].id.raw) | |
278 | return p1, p2 |
|
278 | return p1, p2 | |
279 |
|
279 | |||
280 | # Private method is used at least by the tags code. |
|
280 | # Private method is used at least by the tags code. |
General Comments 0
You need to be logged in to leave comments.
Login now