140
140
raise errors.BzrCommandError(gettext('- not supported for '
141
141
'merge directives that use more than one output file.'))
142
142
if not os.path.exists(output):
144
144
for (filename, lines) in directive.to_files():
145
145
path = os.path.join(output, filename)
146
146
outfile = open(path, 'wb')