changeset 1376:8bb2e04cc18c stable

evolve: fix the template keyworkd decorator docstring It was still talking about revsets.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 18 Jun 2015 16:18:29 -0700
parents 9e062e6598e9
children 01bdeb847f81
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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`.