.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 29 Aug 2018 14:29:01 -0700
changeset 39440 babad5ebaf0a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cborutil: add a buffering decoder The sansiodecoder leaves it up to the callers to feed in data that wasn't fully consumed last time. This commit implements a decoder that performs buffering of leftover chunks from the previous invocation. It otherwise behaves identically to sansiodecoder. Differential Revision: https://phab.mercurial-scm.org/D4434

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}