Skip to content
Snippets Groups Projects
Commit bdd1ed80 authored by Wagner Bruna's avatar Wagner Bruna
Browse files

templatekw: fix phase keywords

parent b9c7ac40
No related merge requests found
......@@ -276,7 +276,7 @@
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):
......@@ -280,7 +280,7 @@
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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment