##// END OF EJS Templates
typing: switch an argument type to the generic form...
typing: switch an argument type to the generic form This fixes the following pytype complaint: File "/mnt/c/Users/Matt/hg/mercurial/commands.py", line 4672, in log: Function mercurial.logcmdutil.parseopts was called with the wrong arguments [wrong-arg-types] Expected: (ui, pats: List[Union[bytearray, bytes, memoryview]], ...) Actually passed: (ui, pats: tuple, ...) Differential Revision: https://phab.mercurial-scm.org/D10167

File last commit:

r44031:2e017696 default
r47509:8f8fce2d stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer