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