##// END OF EJS Templates
memctx: remove branch since it is now inherited
Sean Farley -
r21684:dcdd7f41 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 branch(self):
1582 return encoding.tolocal(self._extra['branch'])
1583 def extra(self):
1581 def extra(self):
1584 return self._extra
1582 return self._extra
1585 def flags(self, f):
1583 def flags(self, f):
General Comments 0
You need to be logged in to leave comments. Login now