11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
most important classes and concepts.
14
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
14
* `breezy API reference <https://www.breezy-vcs.org/developers/api/>`_
16
16
|--| automatically generated API reference information
18
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
19
(wiki) |--| a guide for writing Python programs that work with Bazaar.
18
* `Integrating with Breezy <http://wiki.bazaar.canonical.com/Integrating_with_Bazaar>`_
19
(wiki) |--| a guide for writing Python programs that work with Breezy.
21
21
* `Revision Properties <revision-properties.html>`_ |--| An application
22
22
can set arbitrary per-revision key/value pairs to store app-specific
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
27
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
28
|--| specific advice on writing Bazaar plugins. (web link)
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Breezy.
27
* `Code Review <code-review.html>`_.
29
* `Breezy Code Style Guide <code-style.html>`_.
31
* `Writing plugins <plugin-development.html>`_
32
|--| specific advice on writing Breezy plugins.
34
* `Documenting changes <documenting-changes.html>`_.
33
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
34
development cycle and how to run it.
36
* `Releasing Bazaar <releasing.html>`_ |--|
37
Checklist to make a release of Bazaar.
39
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
41
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
42
your changes to Bazaar integrated into a release.
39
* `Releasing Breezy <releasing.html>`_ |--|
40
Checklist to make a release of Breezy.
42
* `Managing the Breezy PPA <ppa.html>`_ |--| Packaging Breezy for Ubuntu.
44
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_ (wiki) |--| How to get
45
your changes to Breezy integrated into a release.
44
47
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
45
bzr code and visualize the results.
48
brz code and visualize the results.
47
50
* `EC2 resources <ec2.html>`_ |--| A team resource for
48
51
Windows packaging and testing, and Ubuntu testing.
50
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
53
* `Tracking Bugs in Breezy <bug-handling.html>`_ |--| How we use the bug
56
Architecture overviews
57
======================
59
* `Transports <transports.html>`_ |--| Transport virtual filesystem
56
65
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
57
for fixing performance in bzr over the next few releases.
66
for fixing performance in brz over the next few releases.
59
68
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
60
69
for storing multiple branches in one file-system directory.
62
* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
63
Implmentation strategy for Bazaar Windows Shell Extensions, aka
71
* `Breezy Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
72
Implementation strategy for Breezy Windows Shell Extensions, aka
66
75
* `CHK Optimized index <improved_chk_index.html>`_
76
85
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
79
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
88
* `Bundles <bundles.html>`_ |--| All about brz bundles.
81
90
* `Container format <container-format.html>`_ |--| Notes on a container format
82
for streaming and storing Bazaar data.
91
for streaming and storing Breezy data.
84
93
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
85
94
technology used in CHK repositories.
87
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
96
* `Indices <indices.html>`_ |--| The index facilities available within
89
99
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
99
109
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
100
110
for repositories (a layer above the container format).
102
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
112
* `Integration Guide <integration.html>`_ |--| A guide to integrate breezy into
103
113
any python application.
105
* `Bazaar and case-insensitive file systems <case-insensitive-file-systems.html>`_
106
|--| How Bazaar operates on case-insensitive file systems such as commonly
115
* `Breezy and case-insensitive file systems <case-insensitive-file-systems.html>`_
116
|--| How Breezy operates on case-insensitive file systems such as commonly
107
117
found on Windows, USB sticks, etc.
109
119
* `Development repository formats <development-repo.html>`_ |--| How to