changeset 21691:2ee3a7b0846a

memfilectx: remove __str__ since it is now inherited
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 15 Aug 2013 15:46:32 -0500
parents da352312fa18
children 5b2a2bea8cb6
files mercurial/context.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/context.py	Thu Aug 15 15:46:22 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:46:32 2013 -0500
@@ -1607,8 +1607,6 @@
         if copied:
             self._copied = (copied, nullid)
 
-    def __str__(self):
-        return "%s@%s" % (self.path(), self._changectx)
     def path(self):
         return self._path
     def data(self):