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