1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
======
Bazaar
======
-------------------
Documentation index
-------------------
These documents originally came from the Bazaar wiki hosted at
http://bazaar-vcs.org. The documents on the wiki take precedence
in the event of a discrepancy between what is documented here
and what is documented on the wiki.
* `Tutorial <tutorial.htm>`_
(wiki page: http://bazaar-vcs.org/IntroductionToBzr)
Explains how to use bzr. Loaded with examples.
* `Configuration <configuration.htm>`_
(wiki page: http://bazaar-vcs.org/ConfiguringBzr)
Information on how to configure Bazaar.
* `Setting up email <setting_up_email.htm>`_
(wiki page: http://bazaar-vcs.org/BzrSettingEmail)
The various ways that exist to tell Bazaar your email address for
commits.
* `Plugins <plugins.htm>`_
(wiki page: http://bazaar-vcs.org/BzrPlugins)
Information on how to use plugins in Bazaar.
* `Specifying revision <specifying_revisions.htm>`_
(wiki page: http://bazaar-vcs.org/BzrRevisionSpec)
Description of the subarguments for ``-r`` as used by commands such as
**bzr log** and **bzr merge**.
* `Using aliases <using_aliases.htm>`_
(wiki page: http://bazaar-vcs.org/CommandAliases)
How to set up and use command aliases.
* `Running a Bazaar server <server.htm>`_
How to run a server to allow remote access to Bazaar branches.
* `Running a Bazaar HTTP server <http_smart_server.htm>`_
How to run a smart HTTP server to allow remote access to Bazaar branches.
* `Guidelines for modifying bzr <developers/index.htm>`_
Guide to policies and tools for working on Bazaar itself.
This document automatically created based on output of **bzr help**:
* `Man page (help for bzr commands) <bzr_man.htm>`_
|