##// END OF EJS Templates
singlehead: introduce option to restrict to public changes...
singlehead: introduce option to restrict to public changes The new experimental.single-head-per-branch:public-changes-only option restricts the single-head-per-branch filter to public changesets. This is useful when serving one repository with different views as publishing and non-publishing repository. Differential Revision: https://phab.mercurial-scm.org/D9525

File last commit:

r37144:4bd73a95 default
r46712:4d5e2fd5 default
Show More
__init__.py
3 lines | 224 B | text/x-python | PythonLexer
from .decoder import load, loads, CBORDecoder, CBORDecodeError # noqa
from .encoder import dump, dumps, CBOREncoder, CBOREncodeError, shareable_encoder # noqa
from .types import CBORTag, CBORSimpleValue, undefined # noqa