mercurial/hgweb/webutil.py
changeset 24564 5ec4bda3097a
parent 24340 567ae5365754
child 24712 bbf1ae6b6a44
--- a/mercurial/hgweb/webutil.py	Tue Mar 31 22:35:12 2015 -0700
+++ b/mercurial/hgweb/webutil.py	Tue Mar 31 22:29:12 2015 -0700
@@ -324,6 +324,7 @@
         desc=ctx.description(),
         extra=ctx.extra(),
         date=ctx.date(),
+        phase=ctx.phasestr(),
         files=files,
         diffsummary=lambda **x: diffsummary(diffstatsgen),
         diffstat=diffstats,