202
202
if not 'branch-nick' in revprops:
203
203
revprops['branch-nick'] = self.branch.nick
204
204
author = kwargs.pop('author', None)
206
207
revprops['author'] = author
207
208
# args for wt.commit start at message from the Commit.commit method,
208
209
args = (message, ) + args