mercurial/cext/parsers.pyi
changeset 51404 f8bf1a8e9181
parent 49765 df5d3b0d6472
child 51977 e58f02e2f6a9
equal deleted inserted replaced
51403:12881244e48a 51404:f8bf1a8e9181
    56     def clearcaches(self) -> None: ...
    56     def clearcaches(self) -> None: ...
    57     def get(self, value: bytes) -> Optional[int]: ...
    57     def get(self, value: bytes) -> Optional[int]: ...
    58     def get_rev(self, value: bytes) -> Optional[int]: ...
    58     def get_rev(self, value: bytes) -> Optional[int]: ...
    59     def has_node(self, value: Union[int, bytes]) -> bool: ...
    59     def has_node(self, value: Union[int, bytes]) -> bool: ...
    60     def rev(self, node: bytes) -> int: ...
    60     def rev(self, node: bytes) -> int: ...
    61     def computephasesmapsets(self, root: Dict[int, Set[bytes]]) -> Tuple[int, Dict[int, Set[bytes]]]: ...
    61     def computephasesmapsets(self, root: Dict[int, Set[int]]) -> Tuple[int, Dict[int, Set[bytes]]]: ...
    62     def reachableroots2(self, minroot: int, heads: List[int], roots: List[int], includepath: bool) -> List[int]: ...
    62     def reachableroots2(self, minroot: int, heads: List[int], roots: List[int], includepath: bool) -> List[int]: ...
    63     def headrevs(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
    63     def headrevs(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
    64     def headrevsfiltered(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
    64     def headrevsfiltered(self, filteredrevs: Optional[List[int]]) -> List[int]: ...
    65     def issnapshot(self, value: int) -> bool: ...
    65     def issnapshot(self, value: int) -> bool: ...
    66     def findsnapshots(self, cache: Dict[int, List[int]], start_rev: int) -> None: ...
    66     def findsnapshots(self, cache: Dict[int, List[int]], start_rev: int) -> None: ...