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.headrevs |
|
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