mercurial/cext/parsers.pyi
changeset 51964 8060257fd918
parent 51937 e58f02e2f6a9
--- a/mercurial/cext/parsers.pyi	Wed Sep 25 17:11:32 2024 +0200
+++ b/mercurial/cext/parsers.pyi	Thu Sep 26 00:50:21 2024 +0200
@@ -76,7 +76,6 @@
     def computephasesmapsets(self, root: Dict[int, Set[int]]) -> Tuple[int, Dict[int, Set[bytes]]]: ...
     def reachableroots2(self, minroot: int, heads: List[int], roots: List[int], includepath: bool) -> List[int]: ...
     def headrevs(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
-    def headrevsfiltered(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
     def issnapshot(self, value: int) -> bool: ...
     def findsnapshots(self, cache: Dict[int, List[int]], start_rev: int) -> None: ...
     def deltachain(self, rev: int, stop: int, generaldelta: bool) -> Tuple[List[int], bool]: ...