##// END OF EJS Templates
head-revs: stop calling headrevsfiltered...
head-revs: stop calling headrevsfiltered The `headrevs` method have been accepting filter since Mercurial 3.2ยน. I guess we can rely on it for now. (except the Rust extension that just gained this capability, but it has it now)

File last commit:

r52616:9367571f default
r52860:6204fc81 default
Show More
base85.pyi
4 lines | 115 B | text/x-python | PythonLexer
version: int
def b85encode(text: bytes, pad: bool = False) -> bytes: ...
def b85decode(text: bytes) -> bytes: ...