mercurial/context.py
changeset 21687 da67d855a8a2
parent 21686 51df9879b7f9
child 21688 cc677803bad4
--- a/mercurial/context.py	Thu Aug 15 15:19:29 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:20:56 2013 -0500
@@ -1578,10 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def parents(self):
-        """return contexts for each parent changeset"""
-        return self._parents
-
     def filectx(self, path, filelog=None):
         """get a file context from the working directory"""
         return self._filectxfn(self._repo, self, path)