~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/start_bzr.bat

  • Committer: Jelmer Vernooij
  • Date: 2008-07-07 21:54:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3533.
  • Revision ID: jelmer@samba.org-20080707215404-09t83ot6mv02jr6w
Move functionality to add ignores to the ignore file into a separate function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
REM    **  that affects on bzr behaviour                   **
6
6
REM    ******************************************************
7
7
 
8
 
REM Add the Bzr directory to system-wide PATH environment variable
9
 
SET PATH=C:\Program Files\Bazaar;%PATH%
 
8
REM If you don't add Bzr directory to system-wide PATH environment variable
 
9
REM you can modify local PATH
 
10
REM SET PATH=C:\Program Files\Bazaar;%PATH%
10
11
 
11
12
REM Change next line to set-up e-mail to identify yourself in bzr
12
13
REM SET BZREMAIL=
27
28
REM --------------------------------------------------------------------------
28
29
 
29
30
@ECHO ON
30
 
@bzr.exe help
 
31
@bzr.exe help
 
 
b'\\ No newline at end of file'