##// 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 310 # So it is, real heads should not be the ancestors of
311 311 # any other heads.
312 312 heads.pop(n)
313 if not ancestors:
314 return ([], [], [])
313 315 # Now that we have our set of ancestors, we want to remove any
314 316 # roots that are not ancestors.
315 317
General Comments 0
You need to be logged in to leave comments. Login now