memctx: remove clean since it is now inherited

This commit is contained in:
Sean Farley 2014-05-28 20:03:38 -05:00
parent 8901e63f4c
commit 5dad7e7445

View File

@ -1578,8 +1578,6 @@ class memctx(committablectx):
self._text = editor(self._repo, self, [])
self._repo.savecommitmessage(self._text)
def clean(self):
return self._status[6]
def branch(self):
return encoding.tolocal(self._extra['branch'])
def extra(self):