view mercurial/templates/raw/logentry.tmpl @ 30801:67ee7874e53b

revset: factor out getinteger() helper We have 4 revset functions that take integer arguments, and they handle their arguments in slightly different ways. This patch unifies them: - getstring() in place of getsymbol(), which is more consistent with the handling of integer revisions (both 1 and '1' are valid) - say "expects" instead of "requires" for type errors We don't need to catch TypeError since getstring() must return a string.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 09 Jan 2017 17:39:44 +0900
parents c8490dcc5fb3
children
line wrap: on
line source

changeset:   {node}
revision:    {rev}
user:        {author}
date:        {date|rfc822date}
summary:     {desc}
{branches%branchname}{tags%tagname}{bookmarks%bookmarkname}