%(bzrcmd)s - bazaar-ng next-generation distributed version control
154
Bazaar (%(bzrcmd)s) - next-generation distributed version control
145
155
.SH "SYNOPSIS"
146
156
.B "%(bzrcmd)s"
147
157
.I "command"
156
166
.B "help"
157
167
.I "command"
158
168
.SH "DESCRIPTION"
159
bazaar-ng (or
160
.B "%(bzrcmd)s"
161
) is a project of Canonical to develop an open source 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.
169
Bazaar (or %(bzrcmd)s) is a project of Canonical to develop an open source
170
distributed version control system that is powerful, friendly, and scalable.
171
Version control means a system that keeps track of previous revisions
172
of software source code or similar information and helps people work on it in teams.
162
173
"""
163
174
164
175
man_foot = """\
174
185
.TP
175
186
.I "EMAIL"
176
187
E-Mail address of the user. Overriddes default user config.
188
.TP
189
.I "BZR_EDITOR"
190
Editor for editing commit messages
191
.TP
192
.I "EDITOR"
193
Editor for editing commit messages
194
.TP
195
.I "BZR_PLUGIN_PATH"
196
Paths where bzr should look for plugins
197
.TP
198
.I "BZR_HOME"
199
Home directory for bzr
177
200
.SH "FILES"
178
201
.TP
179
.I "~/.bazaar/bazaar.conf/"
180
Contains the default user config. Only one section, [DEFAULT] is allowed. A
181
typical default config file may be similiar to:
182
.br
183
.br
202
.I "~/.bazaar/bazaar.conf"
203
Contains the users default configuration. The section
184
204
.B [DEFAULT]
185
.br
186
.B email=John Doe <jdoe@isp.com>
205
is used to define general configuration that will be applied everywhere.