workingfilectx: remove unneeded __repr__ since it is now inherited
authorSean Farley <sean.michael.farley@gmail.com>
Wed, 14 Aug 2013 13:32:56 -0500
changeset 19663 0af73d7869a6
parent 19662 7299ef0f0a8b
child 19664 61dcb2aa7378
workingfilectx: remove unneeded __repr__ since it is now inherited
mercurial/context.py
--- a/mercurial/context.py	Thu Aug 15 13:09:34 2013 -0500
+++ b/mercurial/context.py	Wed Aug 14 13:32:56 2013 -0500
@@ -1202,9 +1202,6 @@
     def __nonzero__(self):
         return True
 
-    def __repr__(self):
-        return "<workingfilectx %s>" % str(self)
-
     def data(self):
         return self._repo.wread(self._path)
     def renamed(self):