bzr(1)
NAME
bzr - Bazaar next-generation distributed version control
SYNOPSIS
bzr command [ command_options ] bzr help bzr help command
DESCRIPTION
Bazaar (or bzr) is a project of Canonical to develop an free distributed version control system that is powerful, friendly, and scalable.
Version control means a system that keeps track of previous revisions
of software source code or similar information and helps people work on
it in teams.
COMMAND OVERVIEW
COMMAND REFERENCE
ENVIRONMENT
- BZRPATH
- Path where bzr is to look for shell plugin external commands.
- BZR_EMAIL
- E-Mail address of the user. Overrides default user config.
- EMAIL E-Mail address of the user. Overrides default user config.
- BZR_EDITOR
- Editor for editing commit messages
- EDITOR Editor for editing commit messages
- BZR_PLUGIN_PATH
- Paths where bzr should look for plugins
- BZR_HOME
- Home directory for bzr
FILES
- ~/.bazaar/bazaar.conf
- Contains the user's default configuration. The section [DEFAULT] is used to define general configuration that will be applied everywhere. The section [ALIASES] can be used to create command aliases for commonly used options.
- A typical config file might look something like:
- [DEFAULT]
email=John Doe <jdoe@isp.com>
[ALIASES]
commit = commit --strict
log10 = log --short -r -10..-1
SEE ALSO
- http://www.bazaar.canonical.com/