mercurial/context.py
changeset 21676 69579b78989d
parent 21675 110e35f630fa
child 21677 2e4d30cfef12
--- a/mercurial/context.py	Thu Aug 15 15:07:43 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:12:19 2013 -0500
@@ -1578,8 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def files(self):
-        return self.modified()
     def modified(self):
         return self._status[0]
     def added(self):