Skip to content

state: allow to unvendor cbor

Georges Racinet requested to merge topic/stable/unvendor-cbor into branch/stable

This makes evolve fallback to an externally provided version of the cbor library, which in turns allows distributions such as Debian not to include the vendored cbor.py and rely on their own provided version instead.

The price to pay is the immediate attempt to import the vendored cbor, to circumvent that hgdemandimport never raises ImportError immediately.

Merge request reports