##// END OF EJS Templates
context: add a repo accessor...
Matt Harbison -
r24300:a0731447 default
parent child Browse files
Show More
@@ -152,6 +152,8 b' class basectx(object):'
152 return hex(self.node())
152 return hex(self.node())
153 def manifest(self):
153 def manifest(self):
154 return self._manifest
154 return self._manifest
155 def repo(self):
156 return self._repo
155 def phasestr(self):
157 def phasestr(self):
156 return phases.phasenames[self.phase()]
158 return phases.phasenames[self.phase()]
157 def mutable(self):
159 def mutable(self):
General Comments 0
You need to be logged in to leave comments. Login now