mercurial/context.py
changeset 21667 76ce63614887
parent 21666 31bdc51b0f1e
child 21668 4ed3e5725eda
--- a/mercurial/context.py	Thu Aug 15 15:03:03 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:03:52 2013 -0500
@@ -1578,9 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def __str__(self):
-        return str(self._parents[0]) + "+"
-
     def __int__(self):
         return self._rev