3
REM ******************************************************
4
REM ** You can change following environment variables **
5
REM ** that affects on brz behaviour **
6
REM ******************************************************
8
REM Add the Brz 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 brz
14
REM Change next line to specify editor to edit commit messages
17
REM Change next line to tell where brz should search for plugins
18
REM SET BRZ_PLUGIN_PATH=
20
REM Change next line to use another home directory with brz
23
REM Change next line to control verbosity of .brz.log
27
REM --------------------------------------------------------------------------