153
153
if not 'branch-nick' in revprops:
154
154
revprops['branch-nick'] = self.branch.nick
155
155
# args for wt.commit start at message from the Commit.commit method,
159
157
committed_id = commit.Commit().commit(working_tree=self,
160
158
revprops=revprops, *args, **kwargs)