rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 18 Mar 2018 16:57:07 +0900
changeset 37231 dc4bb1422f2b
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
templater: drop global exception catcher from runfilter() (API) Now all built-in template filters declare input data types or handle type errors by themselves. .. api:: Template filters should declare input data type and/or catch AttributeError, ValueError, TypeError, etc. as needed. See the doc of ``registrar.templatefilters`` for details.

[workspace]
members = ["hgcli"]