/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-07 01:58:45 UTC
  • mto: (2674.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2675.
  • Revision ID: ian.clatworthy@internode.on.net-20070807015845-xmkugtrm85gg0h60
Incorporate feedback from Alex B. & James W.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
_env_variables = \
464
464
"""Environment Variables
465
465
 
466
 
:BZRPATH:         Path where bzr is to look for shell plugin external commands
467
 
:BZR_EMAIL:       E-Mail address of the user. Overrides default user config.
468
 
:EMAIL:           E-Mail address of the user. Overrides default user config.
469
 
:BZR_EDITOR:      Editor for editing commit messages
470
 
:EDITOR:          Editor for editing commit messages
471
 
:BZR_PLUGIN_PATH: Paths where bzr should look for plugins
472
 
:BZR_HOME:        Home directory for bzr
 
466
================ =================================================================
 
467
BZRPATH          Path where bzr is to look for shell plugin external commands.
 
468
BZR_EMAIL        E-Mail address of the user. Overrides EMAIL.
 
469
EMAIL            E-Mail address of the user.
 
470
BZR_EDITOR       Editor for editing commit messages. Overrides EDITOR.
 
471
EDITOR           Editor for editing commit messages.
 
472
BZR_PLUGIN_PATH  Paths where bzr should look for plugins.
 
473
BZR_HOME         Directory holding .bazaar config dir. Overrides HOME.
 
474
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
 
475
================ =================================================================
473
476
"""
474
477
 
475
478
 
476
479
_files = \
477
 
"""Files
 
480
r"""Files
478
481
 
479
482
:On Linux:   ~/.bazaar/bazaar.conf
480
483
:On Windows: C:\\Documents and Settings\\username\\Application Data\\bazaar\\2.0\\bazaar.conf