##// END OF EJS Templates
path: pass `path` to `peer` in `hg fetch`...
path: pass `path` to `peer` in `hg fetch` We directly use the `path` object to build the `peer` object.

File last commit:

r50538:e1c586b9 default
r50626:c130d2d8 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: ...