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