##// END OF EJS Templates
diff: support diffing explicit files in subrepos...
diff: support diffing explicit files in subrepos Most other commands support implied recursion based on file names already.

File last commit:

r37231:3bc609bc default
r42177:db26dbbe 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,
)