##// END OF EJS Templates
convert: use `changelogrevision` to fetch changeset data instead of read...
convert: use `changelogrevision` to fetch changeset data instead of read This `changelogrevision` is a higher level function that will remain simple to use as we refactor the revlog.

File last commit:

r50538:e1c586b9 default
r51907:ed65e97d default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...