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)