##// END OF EJS Templates
rust-dirstate: make the reliable timestamp comparison more usable from outside...
rust-dirstate: make the reliable timestamp comparison more usable from outside This is going to be used with pre-computed times unlike in status.

File last commit:

r50538:e1c586b9 default
r52948:0529e1a4 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: ...