183
184
revprops['author'] = author
184
185
# args for wt.commit start at message from the Commit.commit method,
185
186
args = (message, ) + args
186
189
committed_id = commit.Commit().commit(working_tree=self,
187
190
revprops=revprops, *args, **kwargs)