##// END OF EJS Templates
Merge with stable
Matt Mackall -
r7709:752325f2 merge default
parent child Browse files
Show More
@@ -1242,7 +1242,7 b' class localrepository(repo.repository):'
1242 n, l, i = top, [], 0
1242 n, l, i = top, [], 0
1243 f = 1
1243 f = 1
1244
1244
1245 while n != bottom:
1245 while n != bottom and n != nullid:
1246 p = self.changelog.parents(n)[0]
1246 p = self.changelog.parents(n)[0]
1247 if i == f:
1247 if i == f:
1248 l.append(n)
1248 l.append(n)
General Comments 0
You need to be logged in to leave comments. Login now