/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
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  **
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
5
REM    **  that affects on brz behaviour                   **
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
6
REM    ******************************************************
7
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
8
REM Add the Brz directory to system-wide PATH environment variable
5475.1.1 by Matthäus G. Chajdas
Always update PATH in start_bzr.bat and write the proper path during installation.
9
SET PATH=C:\Program Files\Bazaar;%PATH%
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
10
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
11
REM Change next line to set-up e-mail to identify yourself in brz
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
12
REM SET BZREMAIL=
13
14
REM Change next line to specify editor to edit commit messages
6622.1.28 by Jelmer Vernooij
More renames; commands in output, environment variables.
15
REM SET BRZ_EDITOR=
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
16
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
17
REM Change next line to tell where brz should search for plugins
6622.1.28 by Jelmer Vernooij
More renames; commands in output, environment variables.
18
REM SET BRZ_PLUGIN_PATH=
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
19
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
20
REM Change next line to use another home directory with brz
6622.1.28 by Jelmer Vernooij
More renames; commands in output, environment variables.
21
REM SET BRZ_HOME=
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
22
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
23
REM Change next line to control verbosity of .brz.log
6622.1.28 by Jelmer Vernooij
More renames; commands in output, environment variables.
24
REM SET BRZ_DEBUG=30
1821.1.1 by Alexander Belchenko
win32 installer for bzr.dev.0.9
25
26
27
REM --------------------------------------------------------------------------
28
29
@ECHO ON
6622.1.18 by Jelmer Vernooij
Rename some windows stuff.
30
@brz.exe help