3
REM ******************************************************
4
REM ** You can change following environment variables **
5
REM ** that affects on bzr behaviour **
6
REM ******************************************************
8
REM Add the Bzr directory to system-wide PATH environment variable
9
SET PATH=C:\Program Files\Bazaar;%PATH%
11
REM Change next line to set-up e-mail to identify yourself in bzr
14
REM Change next line to specify editor to edit commit messages
17
REM Change next line to tell where bzr should search for plugins
18
REM SET BZR_PLUGIN_PATH=
20
REM Change next line to use another home directory with bzr
23
REM Change next line to control verbosity of .bzr.log
27
REM --------------------------------------------------------------------------