changeset 45942 | 89a2afe31e82 |
parent 45868 | f67741e8264b |
child 46819 | d4ba4d51f85f |
--- a/mercurial/templatekw.py Fri Nov 27 17:00:00 2020 -0500 +++ b/mercurial/templatekw.py Fri Nov 27 17:03:29 2020 -0500 @@ -994,8 +994,7 @@ def loadkeyword(ui, extname, registrarobj): - """Load template keyword from specified registrarobj - """ + """Load template keyword from specified registrarobj""" for name, func in pycompat.iteritems(registrarobj._table): keywords[name] = func