##// END OF EJS Templates
ancestor: remove now-unused missingancestors function...
Siddharth Agarwal -
r23339:5c3a29be default
parent child Browse files
Show More
@@ -220,10 +220,6 b' class incrementalmissingancestors(object'
220 missing.reverse()
220 missing.reverse()
221 return missing
221 return missing
222
222
223 def missingancestors(revs, bases, pfunc):
224 inc = incrementalmissingancestors(pfunc, bases)
225 return inc.missingancestors(revs)
226
227 class lazyancestors(object):
223 class lazyancestors(object):
228 def __init__(self, pfunc, revs, stoprev=0, inclusive=False):
224 def __init__(self, pfunc, revs, stoprev=0, inclusive=False):
229 """Create a new object generating ancestors for the given revs. Does
225 """Create a new object generating ancestors for the given revs. Does
General Comments 0
You need to be logged in to leave comments. Login now