changeset 19661:fa529f409574

workingfilectx: remove __str__ manifest since it is now inherited
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 15 Aug 2013 13:32:07 -0500
parents 86ce68c1ccb8
children 7299ef0f0a8b
files mercurial/context.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)