188
192
# Access the branch via a bzr+ssh URL. The BZR_REMOTE_PATH environment
189
193
# variable is used to tell bzr what command to run on the remote end.
192
196
orig_bzr_remote_path = os.environ.get('BZR_REMOTE_PATH')
196
205
'bzr+ssh://fred:secret@localhost:%d%s' % (port, path_to_branch))