~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index-plain.txt

  • Committer: Martin Pool
  • Date: 2010-01-31 16:23:09 UTC
  • mto: (4999.3.1 apport)
  • mto: This revision was merged to the branch mainline in revision 5002.
  • Revision ID: mbp@sourcefrog.net-20100131162309-qrhsp7h9akni3qwb
comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
14
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
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.
20
20
 
21
21
* `Revision Properties <revision-properties.html>`_ |--| An application
24
24
 
25
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
26
26
 
27
 
* `Code Review <code-review.html>`_.
28
 
 
29
 
* `Bazaar Code Style Guide <code-style.html>`_.
30
 
 
31
 
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
 
  |--| specific advice on writing Bazaar plugins. (web link)
33
 
 
34
 
* `Documenting changes <documenting-changes.html>`_.
 
27
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
 
28
  |--| specific advice on writing Bazaar plugins.
35
29
 
36
30
Process
37
31
=======
38
32
 
39
33
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
40
34
  development cycle and how to run it.
41
 
 
42
 
* `Releasing Bazaar <releasing.html>`_ |--|
 
35
  
 
36
* `Releasing Bazaar <releasing.html>`_ |--| 
43
37
  Checklist to make a release of Bazaar.
44
38
 
45
39
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
46
40
 
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.
49
43
 
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.
52
46
 
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.
55
49
 
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 
57
51
  tracker.
58
52
 
59
 
Architecture overviews
60
 
======================
61
 
 
62
 
* `Transports <transports.html>`_ |--| Transport virtual filesystem
63
 
  abstraction.
64
 
 
65
53
Plans
66
54
=====
67
55
 
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.
70
58
 
71
59
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
126
114
Data formats
127
115
============
128
116
 
129
 
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
 
117
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
130
118
  (new in Bazaar 0.92).
131
119
 
132
120
Implementation notes