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