Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
hgext/__init__.py
author
Matt Harbison <matt_harbison@yahoo.com>
Wed, 23 Nov 2022 15:50:20 -0500
changeset 49649
df5d3b0d6472
parent 48875
6000f5b25c9b
child 51863
f4733654f144
permissions
-rw-r--r--
typing: add missing signature for mercurial.cext.parsers.parse_index2() Flagged by pytype 2022.11.18 when the cext stubs are made visible to it. There are very likely other signatures that are missing, but this is enough to keep it happy for now.
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)