--- a/mercurial/context.py Tue Sep 03 20:02:53 2013 +0400 +++ b/mercurial/context.py Wed Aug 14 13:32:44 2013 -0500 @@ -865,9 +865,6 @@ def __str__(self): return str(self._parents[0]) + "+" - def __repr__(self): - return "<workingctx %s>" % str(self) - def __nonzero__(self): return True