--- 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):