##// END OF EJS Templates
commit: respect --no-edit in combination with --amend...
commit: respect --no-edit in combination with --amend Differential Revision: https://phab.mercurial-scm.org/D6464

File last commit:

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