mercurial/pure/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Thu, 18 Jun 2015 23:08:27 +0900
changeset 25628 9c647f427aef
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
templates: fix missing closing brace in map-cmdline.status Currently the parser does not validate the last closing brace, but future patches will make it less permissive for this kind of syntax errors.