mercurial/templater.py
changeset 24337 696ab1a24ae0
parent 24306 6ddc86eedc3b
child 24586 90e3f5d22dad
--- a/mercurial/templater.py	Thu Mar 12 23:08:16 2015 -0400
+++ b/mercurial/templater.py	Thu Mar 12 23:11:15 2015 -0400
@@ -391,7 +391,7 @@
 
     raw = args[0][1]
     ctx = mapping['ctx']
-    repo = ctx._repo
+    repo = ctx.repo()
 
     def query(expr):
         m = revsetmod.match(repo.ui, expr)