##// END OF EJS Templates
head-revs: stop calling headrevsfiltered...
marmoute -
r52860:6204fc81 default
parent child Browse files
Show More
@@ -313,7 +313,7 class filteredchangelogmixin:
313 def headrevs(self, revs=None):
313 def headrevs(self, revs=None):
314 if revs is None:
314 if revs is None:
315 try:
315 try:
316 return self.index.headrevsfiltered(self.filteredrevs)
316 return self.index.headrevs(self.filteredrevs)
317 # AttributeError covers non-c-extension environments and
317 # AttributeError covers non-c-extension environments and
318 # old c extensions without filter handling.
318 # old c extensions without filter handling.
319 except AttributeError:
319 except AttributeError:
General Comments 0
You need to be logged in to leave comments. Login now