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
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
16
16
|--| automatically generated API reference information
18
* `Integrating with Bazaar <http://wiki.bazaar.canonical.com/Integrating_with_Bazaar>`_
18
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
19
19
(wiki) |--| a guide for writing Python programs that work with Bazaar.
21
21
* `Revision Properties <revision-properties.html>`_ |--| An application
25
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
27
* `Code Review <code-review.html>`_.
29
* `Bazaar Code Style Guide <code-style.html>`_.
31
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
|--| specific advice on writing Bazaar plugins. (web link)
34
* `Documenting changes <documenting-changes.html>`_.
27
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki)
28
|--| specific advice on writing Bazaar plugins.
39
33
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
40
34
development cycle and how to run it.
42
* `Releasing Bazaar <releasing.html>`_ |--|
36
* `Releasing Bazaar <releasing.html>`_ |--|
43
37
Checklist to make a release of Bazaar.
45
39
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
47
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_ (wiki) |--| How to get
41
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
48
42
your changes to Bazaar integrated into a release.
50
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
44
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
51
45
bzr code and visualize the results.
53
* `EC2 resources <ec2.html>`_ |--| A team resource for
47
* `EC2 resources <ec2.html>`_ |--| A team resource for
54
48
Windows packaging and testing, and Ubuntu testing.
56
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
50
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
59
Architecture overviews
60
======================
62
* `Transports <transports.html>`_ |--| Transport virtual filesystem
68
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
56
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
69
57
for fixing performance in bzr over the next few releases.
71
59
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support