mercurial/context.py
changeset 35610 22c42bfbe7ab
parent 35609 c026547454dd
child 35725 2a7e777c9eed
--- a/mercurial/context.py	Fri Jan 12 11:10:18 2018 +0000
+++ b/mercurial/context.py	Fri Jan 12 11:15:41 2018 +0000
@@ -442,7 +442,7 @@
         # If the changeset is obsolete, enrich the message with the reason
         # that made this changeset not visible
         if ctx.obsolete():
-            msg = obsutil._getfilteredreason(unfilteredrepo, changeid, ctx)
+            msg = obsutil._getfilteredreason(repo, changeid, ctx)
         else:
             msg = _("hidden revision '%s'") % changeid