author | Pierre-Yves David <pierre-yves.david@fb.com> |
Thu, 18 Jun 2015 16:18:29 -0700 | |
branch | stable |
changeset 1376 | 8bb2e04cc18c |
parent 1375 | 9e062e6598e9 |
child 1377 | 01bdeb847f81 |
hgext/evolve.py | file | annotate | diff | comparison | revisions |
--- a/hgext/evolve.py Thu Jun 18 15:56:56 2015 -0700 +++ b/hgext/evolve.py Thu Jun 18 16:18:29 2015 -0700 @@ -244,7 +244,7 @@ def templatekw(self, keywordname): - """Decorated function is a revset keyword + """Decorated function is a template keyword The name of the keyword must be given as the decorator argument. The symbol is added during `extsetup`.