mercurial/templatekw.py
branchstable
changeset 15947 bdd1ed80e26e
parent 15823 a1f818a2b50d
child 17187 293dd81e4601
--- a/mercurial/templatekw.py	Fri Jan 20 12:57:13 2012 -0200
+++ b/mercurial/templatekw.py	Fri Jan 20 13:10:01 2012 -0200
@@ -276,11 +276,11 @@
     return ctx.hex()
 
 def showphase(repo, ctx, templ, **args):
-    """:rev: String. The changeset phase name."""
+    """:phase: String. The changeset phase name."""
     return ctx.phasestr()
 
 def showphaseidx(repo, ctx, templ, **args):
-    """:rev: Integer. The changeset phase index."""
+    """:phaseidx: Integer. The changeset phase index."""
     return ctx.phase()
 
 def showrev(repo, ctx, templ, **args):