##// END OF EJS Templates
merge-halt: fix issue with merge.on-failure=halt breaking unshelve...
merge-halt: fix issue with merge.on-failure=halt breaking unshelve Differential Revision: https://phab.mercurial-scm.org/D11706

File last commit:

r37231:3bc609bc default
r49075:cae221e8 stable
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)