##// END OF EJS Templates
debug-revlog: keep the revlog open for the analysis duration...
debug-revlog: keep the revlog open for the analysis duration This is more explicit. No performance differences were observed.

File last commit:

r50538:e1c586b9 default
r51910:edc44ab7 default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
Matt Harbison
attr: vendor 22.1.0...
r50538 class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...