diff -r 145636d31bb4 -r f354e5cdb788 mercurial/context.py --- 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 "" % str(self) - def __nonzero__(self): return True