##// END OF EJS Templates
Fix small bug in nodesbetween if heads is [nullid].
Eric Hopper -
r1459:106fdec8 default
parent child Browse files
Show More
@@ -310,6 +310,8 b' class revlog:'
310 # So it is, real heads should not be the ancestors of
310 # So it is, real heads should not be the ancestors of
311 # any other heads.
311 # any other heads.
312 heads.pop(n)
312 heads.pop(n)
313 if not ancestors:
314 return ([], [], [])
313 # Now that we have our set of ancestors, we want to remove any
315 # Now that we have our set of ancestors, we want to remove any
314 # roots that are not ancestors.
316 # roots that are not ancestors.
315
317
General Comments 0
You need to be logged in to leave comments. Login now