##// END OF EJS Templates
hg: convert an exception to bytes in the repo creation exception handler...
hg: convert an exception to bytes in the repo creation exception handler Caught by pytype: File "/mnt/c/Users/Matt/hg/mercurial/hg.py", line 77, in _local: Function _bytestr.__init__ was called with the wrong arguments [wrong-arg-types] Expected: (self, ints: Iterable[int]) Actually passed: (self, ints: Union[TypeError, ValueError]) Differential Revision: https://phab.mercurial-scm.org/D10176

File last commit:

r37193:943d77fc default
r47518:1099541b stable
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
Gregory Szorc
thirdparty: vendor zope.interface 4.4.3...
r37193 #
# This file is necessary to make this directory a package.