diff -r c0620ccc16ef -r 3397666d32cf mercurial/context.py --- a/mercurial/context.py Thu Aug 15 15:04:55 2013 -0500 +++ b/mercurial/context.py Thu Aug 15 15:05:32 2013 -0500 @@ -1578,9 +1578,6 @@ self._text = editor(self._repo, self, []) self._repo.savecommitmessage(self._text) - def __getitem__(self, key): - return self.filectx(key) - def p1(self): return self._parents[0] def p2(self):