421
421
# Get the specific files (all files is None, no files is [])
422
422
if make_paths_wt_relative and working_tree is not None:
427
427
except errors.FileInWrongBranch:
428
428
raise errors.BzrCommandError("Files are in different branches")
429
429
specific_files.extend(other_paths)