279
281
if len(self.parents) > 1 and self.specific_files:
280
282
raise NotImplementedError('selected-file commit of merges is not supported yet: files %r',
283
285
self.builder = self.branch.get_commit_builder(self.parents,
284
286
self.config, timestamp, timezone, committer, revprops, rev_id)