mercurial/context.py
changeset 21682 b657ada9986c
parent 21681 96025d1e184f
child 21683 9dbdbc7645c1
--- a/mercurial/context.py	Wed May 28 20:03:19 2014 -0500
+++ b/mercurial/context.py	Wed May 28 20:03:29 2014 -0500
@@ -1578,8 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def ignored(self):
-        return self._status[5]
     def clean(self):
         return self._status[6]
     def branch(self):