hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 31 Dec 2014 13:48:55 -0800
changeset 23708 a9f826c3eaf9
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
templatefilters.json: stabilize output The json filter was previously iterating over keys in an object in an undefined order. Let's throw a sorted() in there so output is consistent. It's somewhat frightening that there are no tests for the json filter. Subsequent commits will add them, so we pass on the opportunity to add them here.

# placeholder