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