##// END OF EJS Templates
sqlitestore: add an `ancestors` method...
sqlitestore: add an `ancestors` method We will need it during bundling. The implementation mirror the one in revlog.

File last commit:

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