mercurial/cext/py.typed
author pierre-yves.david@ens-lyon.org
Mon, 19 Jun 2023 23:27:18 +0200
changeset 50684 db9b6ce803a9
parent 49650 2e34ea45aaea
permissions -rw-r--r--
infinitepush: aggressively deprecated infinite push We add a large warning and an explicit abort. Both can be disable through config, but neither are explicitly documented. If any user exists I really want them to get in touch with the community.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49650
2e34ea45aaea typing: add py.typed to mercurial.cext for PEP 561 support
Matt Harbison <matt_harbison@yahoo.com>
parents:
diff changeset
     1
partial