##// END OF EJS Templates
filectx: add a repo accessor...
Matt Harbison -
r24333:5da0eb64 default
parent child Browse files
Show More
@@ -722,6 +722,8 b' class basefilectx(object):'
722 return self._changectx.manifest()
722 return self._changectx.manifest()
723 def changectx(self):
723 def changectx(self):
724 return self._changectx
724 return self._changectx
725 def repo(self):
726 return self._repo
725
727
726 def path(self):
728 def path(self):
727 return self._path
729 return self._path
General Comments 0
You need to be logged in to leave comments. Login now