##// END OF EJS Templates
revlog: document the `update_caches` method...
revlog: document the `update_caches` method A small docstring does not hurt.

File last commit:

r50538:e1c586b9 default
r51898:569eb5d0 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: ...