evolve: fix the template keyworkd decorator docstring stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 18 Jun 2015 16:18:29 -0700
branchstable
changeset 1376 8bb2e04cc18c
parent 1375 9e062e6598e9
child 1377 01bdeb847f81
evolve: fix the template keyworkd decorator docstring It was still talking about revsets.
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`.