Show More
@@ -1621,7 +1621,7 def parentspec(repo, subset, x, n, order | |||||
1621 | ps.add(cl.parentrevs(r)[0]) |
|
1621 | ps.add(cl.parentrevs(r)[0]) | |
1622 | elif n == 2: |
|
1622 | elif n == 2: | |
1623 | parents = cl.parentrevs(r) |
|
1623 | parents = cl.parentrevs(r) | |
1624 |
if |
|
1624 | if parents[1] != node.nullrev: | |
1625 | ps.add(parents[1]) |
|
1625 | ps.add(parents[1]) | |
1626 | return subset & ps |
|
1626 | return subset & ps | |
1627 |
|
1627 |
General Comments 0
You need to be logged in to leave comments.
Login now