~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/start_bzr.bat

  • Committer: John Arbash Meinel
  • Date: 2005-07-10 16:36:24 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050710163624-ea630748160dc9f7
Removing an unused function.

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