# HG changeset patch # User Sean Farley # Date 1376597594 18000 # Node ID a9d5f67c7a6ea24f53396bdafb134b38e07abd52 # Parent e7affa38046316a5c444cf48d284c972b0d11053 memctx: remove deleted since it is now inherited diff -r e7affa380463 -r a9d5f67c7a6e mercurial/context.py --- a/mercurial/context.py Thu Aug 15 15:12:54 2013 -0500 +++ b/mercurial/context.py Thu Aug 15 15:13:14 2013 -0500 @@ -1578,8 +1578,6 @@ self._text = editor(self._repo, self, []) self._repo.savecommitmessage(self._text) - def deleted(self): - return self._status[3] def unknown(self): return self._status[4] def ignored(self):