1821.1.1
by Alexander Belchenko
win32 installer for bzr.dev.0.9 |
1 |
@ECHO OFF |
2 |
||
3 |
REM ******************************************************
|
|
4 |
REM ** You can change following environment variables **
|
|
5 |
REM ** that affects on bzr behaviour **
|
|
6 |
REM ******************************************************
|
|
7 |
||
5475.1.1
by Matthäus G. Chajdas
Always update PATH in start_bzr.bat and write the proper path during installation. |
8 |
REM Add the Bzr directory to system-wide PATH environment variable
|
9 |
SET PATH=C:\Program Files\Bazaar;%PATH% |
|
1821.1.1
by Alexander Belchenko
win32 installer for bzr.dev.0.9 |
10 |
|
11 |
REM Change next line to set-up e-mail to identify yourself in bzr
|
|
12 |
REM SET BZREMAIL=
|
|
13 |
||
14 |
REM Change next line to specify editor to edit commit messages
|
|
15 |
REM SET BZR_EDITOR=
|
|
16 |
||
17 |
REM Change next line to tell where bzr should search for plugins
|
|
18 |
REM SET BZR_PLUGIN_PATH=
|
|
19 |
||
20 |
REM Change next line to use another home directory with bzr
|
|
21 |
REM SET BZR_HOME=
|
|
22 |
||
23 |
REM Change next line to control verbosity of .bzr.log
|
|
24 |
REM SET BZR_DEBUG=30
|
|
25 |
||
26 |
||
27 |
REM --------------------------------------------------------------------------
|
|
28 |
||
29 |
@ECHO ON |
|
5475.1.1
by Matthäus G. Chajdas
Always update PATH in start_bzr.bat and write the proper path during installation. |
30 |
@bzr.exe help
|