##// END OF EJS Templates
stream-clone: check is a compatible protocol can be found...
stream-clone: check is a compatible protocol can be found The previous code was explicitly checking if "v2" is listed in the "stream" bundle2 capability. The new code is checking is there is anything common between the versions supported client side and server side overlaps. This prepare the introduction of more stream version than "v2".

File last commit:

r50538:e1c586b9 default
r51416:a6543983 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: ...