##// END OF EJS Templates
help: hide phaseidx template keyword...
Yuya Nishihara -
r34992:29e65138 default
parent child Browse files
Show More
@@ -816,7 +816,7 b' def showphase(repo, ctx, templ, **args):'
816
816
817 @templatekeyword('phaseidx')
817 @templatekeyword('phaseidx')
818 def showphaseidx(repo, ctx, templ, **args):
818 def showphaseidx(repo, ctx, templ, **args):
819 """Integer. The changeset phase index."""
819 """Integer. The changeset phase index. (ADVANCED)"""
820 return ctx.phase()
820 return ctx.phase()
821
821
822 @templatekeyword('rev')
822 @templatekeyword('rev')
General Comments 0
You need to be logged in to leave comments. Login now