hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 08 Mar 2015 14:17:35 +0900
changeset 24237 9ad02823dc5b
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
templatekw: convert list of key/value pairs to sortdict These sortdict objects will be passed to _hybrid later, which will allow us to handle them by "ifcontains()" and "get()" as expected.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder