workingfilectx: remove __str__ manifest since it is now inherited
authorSean Farley <sean.michael.farley@gmail.com>
Thu, 15 Aug 2013 13:32:07 -0500
changeset 19661 fa529f409574
parent 19660 86ce68c1ccb8
child 19662 7299ef0f0a8b
workingfilectx: remove __str__ manifest since it is now inherited
mercurial/context.py
--- a/mercurial/context.py	Thu Aug 15 13:31:17 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 13:32:07 2013 -0500
@@ -1204,9 +1204,6 @@
     def __nonzero__(self):
         return True
 
-    def __str__(self):
-        return "%s@%s" % (self.path(), self._changectx)
-
     def __repr__(self):
         return "<workingfilectx %s>" % str(self)