contrib/hgfixes/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 27 Dec 2015 20:21:37 +0900
changeset 28239 7279e0132347
parent 11948 88d4911930bf
permissions -rw-r--r--
templatekw: workaround for utf-8 round-trip of {desc} Though our encoding strategy is best effort, {desc} is a primitive keyword that should be worth enough to try hard to preserve UTF-8 bytes.