Show More
@@ -1578,8 +1578,6 class memctx(committablectx): | |||
|
1578 | 1578 | self._text = editor(self._repo, self, []) |
|
1579 | 1579 | self._repo.savecommitmessage(self._text) |
|
1580 | 1580 | |
|
1581 | def deleted(self): | |
|
1582 | return self._status[3] | |
|
1583 | 1581 | def unknown(self): |
|
1584 | 1582 | return self._status[4] |
|
1585 | 1583 | def ignored(self): |
General Comments 0
You need to be logged in to leave comments.
Login now