# HG changeset patch # User Sean Farley # Date 1376591527 18000 # Node ID fa529f4095749e747e716f74227ac3cca8a2ceed # Parent 86ce68c1ccb8db6a346a1827db5197851d0600ee workingfilectx: remove __str__ manifest since it is now inherited diff -r 86ce68c1ccb8 -r fa529f409574 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 "" % str(self)