289
294
if len(self.parents) > 1 and self.specific_files:
290
295
raise NotImplementedError('selected-file commit of merges is not supported yet: files %r',
293
298
self.builder = self.branch.get_commit_builder(self.parents,
294
299
self.config, timestamp, timezone, committer, revprops, rev_id)