~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/start_bzr.bat

  • Committer: Martin Packman
  • Date: 2011-11-24 17:01:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6304.
  • Revision ID: martin.packman@canonical.com-20111124170107-b3yd5vkzdglmnjk7
Allow a bracketed suffix in option help test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@ECHO OFF
 
2
 
 
3
REM    ******************************************************
 
4
REM    **  You can change following environment variables  **
 
5
REM    **  that affects on bzr behaviour                   **
 
6
REM    ******************************************************
 
7
 
 
8
REM Add the Bzr directory to system-wide PATH environment variable
 
9
SET PATH=C:\Program Files\Bazaar;%PATH%
 
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
 
30
@bzr.exe help