Show More
@@ -1578,10 +1578,6 b' class memctx(committablectx):' | |||||
1578 | self._text = editor(self._repo, self, []) |
|
1578 | self._text = editor(self._repo, self, []) | |
1579 | self._repo.savecommitmessage(self._text) |
|
1579 | self._repo.savecommitmessage(self._text) | |
1580 |
|
1580 | |||
1581 | def parents(self): |
|
|||
1582 | """return contexts for each parent changeset""" |
|
|||
1583 | return self._parents |
|
|||
1584 |
|
||||
1585 | def filectx(self, path, filelog=None): |
|
1581 | def filectx(self, path, filelog=None): | |
1586 | """get a file context from the working directory""" |
|
1582 | """get a file context from the working directory""" | |
1587 | return self._filectxfn(self._repo, self, path) |
|
1583 | return self._filectxfn(self._repo, self, path) |
General Comments 0
You need to be logged in to leave comments.
Login now