/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 tools/doc_generate/autodoc_man.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-31 06:13:23 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060731061323-1ac4a03334df1ee0
generate_docs (man/rstx): fixed description of configuration file
(as John Meinel suggested)

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
.SH "FILES"
201
201
.TP
202
202
.I "~/.bazaar/bazaar.conf"
203
 
Contains the default user config. At least one section, [DEFAULT] is required.
204
 
A typical default config file may be similiar to:
205
 
.br
206
 
.br
 
203
Contains the users default configuration. The section
207
204
.B [DEFAULT]
208
 
.br
209
 
.B email=John Doe <jdoe@isp.com>
 
205
is used to define general configuration that will be applied everywhere.
 
206
The section
 
207
.B [ALIASES]
 
208
can be used to create command aliases for
 
209
commonly used options.
 
210
 
 
211
A typical config file might look something like:
 
212
 
 
213
.br
 
214
[DEFAULT]
 
215
.br
 
216
email=John Doe <jdoe@isp.com>
 
217
.br
 
218
[ALIASES]
 
219
.br
 
220
commit = commit --strict
 
221
.br
 
222
log10 = log --short -r -10..-1
210
223
.SH "SEE ALSO"
211
224
.UR http://www.bazaar-vcs.org/
212
225
.BR http://www.bazaar-vcs.org/