365
365
# args for wt.commit start at message from the Commit.commit method,
366
366
# but with branch a kwarg now, passing in args as is results in the
367
367
#message being used for the branch
369
369
Commit().commit(working_tree=self, *args, **kwargs)
370
370
self._set_inventory(self.read_working_inventory())