Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 32853:9d76812f9b0b
formatter: document lookuptemplate()
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 06 May 2017 16:24:21 +0900 |
parents | edde2e974ed0 |
children | 50586a0a946f |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Sat Apr 22 15:30:27 2017 +0900 +++ b/mercurial/cmdutil.py Sat May 06 16:24:21 2017 +0900 @@ -1647,8 +1647,9 @@ self.t(self._parts['footer'], **props)) def _lookuplogtemplate(ui, tmpl, style): - """ - Find the template matching the given template spec or style. + """Find the template matching the given template spec or style + + See formatter.lookuptemplate() for details. """ # ui settings