119
119
if not 'branch-nick' in revprops:
120
120
revprops['branch-nick'] = self.branch.nick
121
123
# args for wt.commit start at message from the Commit.commit method,
122
124
# but with branch a kwarg now, passing in args as is results in the
123
125
#message being used for the branch
125
127
committed_id = commit.Commit().commit(working_tree=self,
126
128
revprops=revprops, *args, **kwargs)