454
454
tree.set_last_revision(revision_id)
457
def commit(self, message=None, revprops=None, *args, **kwargs):
458
459
from bzrlib.commit import Commit
459
464
# args for wt.commit start at message from the Commit.commit method,
460
465
# but with branch a kwarg now, passing in args as is results in the
461
466
#message being used for the branch
468
Commit().commit(working_tree=self, revprops=revprops, *args, **kwargs)
464
469
self._set_inventory(self.read_working_inventory())
466
471
def id2abspath(self, file_id):