43
43
BZR_REMOTE_PATH=~/bin/bzr bzr log bzr+ssh://host/path/to/branch
46
46
the remote system. By default, just `bzr` will be invoked, which requires the
47
47
`bzr` executable to be on the default search path.
59
60
Running a Bazaar server from inetd requires an inetd.conf entry::
61
62
1234 stream tcp nowait bzruser /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
63
64
When running client commands, the URL you supply is a `bzr://` URL relative to
66
67
bzr log bzr://host:1234/branchname