mercurial/hgweb/webutil.py
changeset 35088 a9454beb9dd8
parent 34855 35c6a54ec1ff
child 35093 bd2743936b56
--- a/mercurial/hgweb/webutil.py	Sat Nov 18 13:00:47 2017 +0800
+++ b/mercurial/hgweb/webutil.py	Sat Nov 18 11:58:57 2017 +0800
@@ -361,6 +361,7 @@
         'date': ctx.date(),
         'extra': ctx.extra(),
         'phase': ctx.phasestr(),
+        'obsolete': ctx.obsolete(),
         'branch': nodebranchnodefault(ctx),
         'inbranch': nodeinbranch(repo, ctx),
         'branches': nodebranchdict(repo, ctx),