##// END OF EJS Templates
filectx: remove __new__...
Jun Wu -
r32238:067985c2 default
parent child Browse files
Show More
@@ -688,9 +688,6 b' class basefilectx(object):'
688 688 workingfilectx: a filecontext that represents files from the working
689 689 directory,
690 690 memfilectx: a filecontext that represents files in-memory."""
691 def __new__(cls, repo, path, *args, **kwargs):
692 return super(basefilectx, cls).__new__(cls)
693
694 691 @propertycache
695 692 def _filelog(self):
696 693 return self._repo.file(self._path)
General Comments 0
You need to be logged in to leave comments. Login now