memctx: remove description since it is now inherited
authorSean Farley <sean.michael.farley@gmail.com>
Thu, 15 Aug 2013 15:07:43 -0500
changeset 21675 110e35f630fa
parent 21674 c80ce9fa477e
child 21676 69579b78989d
memctx: remove description since it is now inherited
mercurial/context.py
--- a/mercurial/context.py	Thu Aug 15 15:07:29 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:07:43 2013 -0500
@@ -1578,8 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def description(self):
-        return self._text
     def files(self):
         return self.modified()
     def modified(self):