diff -r 9e062e6598e9 -r 8bb2e04cc18c hgext/evolve.py --- 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`.