diff mercurial/parser.py @ 44596:7333e8bb9781

templater: fix cbor() filter to recursively convert smartset to list The previous attempt, e3e44e6e7245 "templater: fix cbor() filter to accept smartset", was incomplete since obj may be a collection containing a smartset. This works around the problem by converting smartsets recursively. Another option is to teach cborutil how to encode a smartset. That should be okay, but I hesitated to add "import smartset" to cborutil.py as the cborutil is pretty generic.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 26 Mar 2020 00:07:12 +0900
parents be8552f25cab
children 0fc8b066928a
line wrap: on
line diff