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)
95
99
raise errors.BzrCommandError("Target directory %s"
97
101
" directory. Supply --use-existing-dir to push"
98
102
" there anyway." % location)
99
106
except errors.NoSuchFile:
101
108
raise errors.BzrCommandError("Parent directory of %s"