diff -r edde2e974ed0 -r 9d76812f9b0b mercurial/cmdutil.py --- 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