90
90
br_to = br_from.create_clone_on_transport(to_transport,
91
91
revision_id=revision_id, stacked_on=stacked_on,
92
92
create_prefix=create_prefix, use_existing_dir=use_existing_dir)
99
95
raise errors.BzrCommandError("Target directory %s"
101
97
" directory. Supply --use-existing-dir to push"
102
98
" there anyway." % location)
106
99
except errors.NoSuchFile:
108
101
raise errors.BzrCommandError("Parent directory of %s"