967
967
bzr_remote_path = sys.executable + ' ' + self.get_bzr_path()
969
969
bzr_remote_path = self.get_bzr_path()
972
972
# Access the branch via a bzr+ssh URL. The BZR_REMOTE_PATH environment
973
973
# variable is used to tell bzr what command to run on the remote end.