##// END OF EJS Templates
help: clarify overlap of revlog header and first revlog entry...
help: clarify overlap of revlog header and first revlog entry Differential Revision: https://phab.mercurial-scm.org/D6449

File last commit:

r37231:3bc609bc default
r42593:bfd65b5e default
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
Gregory Szorc
cbor: import CBORDecoder and CBOREncoder...
r37231 from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)