contrib/editmergeps.bat
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 31 Aug 2018 15:54:17 -0700
changeset 39412 a40d3da89b7d
parent 32567 4b9b87930cb3
permissions -rw-r--r--
cborutil: remove readindefinitebytestringtoiter() This was implemented as part of implementing streaming encoding. It was never used outside of tests. Now that we have a full CBOR decoder, it can be used for incremental decoding of indefinite-length byte strings. This also removes the last use of the vendored cbor2 package from this module. Differential Revision: https://phab.mercurial-scm.org/D4433

@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"