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