mercurial/cext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 25 Feb 2018 16:03:19 +0900
changeset 36520 a7fbe11a5d59
parent 32211 c48583859e04
permissions -rw-r--r--
templatekw: add compatdict() as a replacement for showdict() This is mostly a copy of showdict(), which will be deprecated later. See the docstring for why it's called a "compat" dict. showenvvars() is ported to the new API as an example.