mercurial/context.py
changeset 24300 a07314472a80
parent 24227 8ec2df32bd39
child 24306 6ddc86eedc3b
--- a/mercurial/context.py	Thu Mar 12 21:49:20 2015 -0400
+++ b/mercurial/context.py	Thu Mar 12 22:54:53 2015 -0400
@@ -152,6 +152,8 @@
         return hex(self.node())
     def manifest(self):
         return self._manifest
+    def repo(self):
+        return self._repo
     def phasestr(self):
         return phases.phasenames[self.phase()]
     def mutable(self):