##// END OF EJS Templates
memctx: remove clean since it is now inherited
Sean Farley -
r21683:9dbdbc76 default
parent child Browse files
Show More
@@ -1578,8 +1578,6 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 clean(self):
1582 return self._status[6]
1583 def branch(self):
1581 def branch(self):
1584 return encoding.tolocal(self._extra['branch'])
1582 return encoding.tolocal(self._extra['branch'])
1585 def extra(self):
1583 def extra(self):
General Comments 0
You need to be logged in to leave comments. Login now