##// END OF EJS Templates
rhg: use persistent nodemap when available...
rhg: use persistent nodemap when available … for node ID → revision number lookups, instead on linear scan in a revlog. Differential Revision: https://phab.mercurial-scm.org/D9520

File last commit:

r37144:4bd73a95 default
r46706:9eb07ab3 default
Show More
__init__.py
3 lines | 224 B | text/x-python | PythonLexer
from .decoder import load, loads, CBORDecoder, CBORDecodeError # noqa
from .encoder import dump, dumps, CBOREncoder, CBOREncodeError, shareable_encoder # noqa
from .types import CBORTag, CBORSimpleValue, undefined # noqa