changeset 19661 | fa529f409574 |
parent 19660 | 86ce68c1ccb8 |
child 19662 | 7299ef0f0a8b |
--- 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)