~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Ian Clatworthy
  • Date: 2009-09-08 01:11:40 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090908011140-7j53uqrg0td6zwt6
pdf generation of the Developer Guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
the Bazaar mailing list.  To propose a correction or addition to this
12
12
document, send a merge request or new text to the mailing list.
13
13
 
14
 
The current version of this document is available in the file 
15
 
``doc/en/developer-guide/HACKING.txt`` in the source tree, or at
16
 
http://doc.bazaar-vcs.org/bzr.dev/en/developer-guide/HACKING.html
17
 
 
18
 
See also:
19
 
`Bazaar Developer Documentation Catalog <../../developers/index.html>`_.
20
 
 
21
 
.. contents::
 
14
The latest developer documentation can be found online at
 
15
http://doc.bazaar-vcs.org/developers/.
22
16
 
23
17
 
24
18
Getting Started
266
260
Automatically-generated API reference information is available at 
267
261
<http://starship.python.net/crew/mwh/bzrlibapi/>.  
268
262
 
269
 
See also the `Bazaar Architectural Overview  <../../developers/overview.html>`_.
 
263
See also the :doc:`Bazaar Architectural Overview  <overview>`.
270
264
 
271
265
 
272
266
The Code Review Process
841
835
Test coverage
842
836
=============
843
837
 
844
 
All code should be exercised by the test suite.  See `Guide to Testing
845
 
Bazaar <../../developers/testing.html>`_ for detailed information about writing tests.
 
838
All code should be exercised by the test suite.  See :doc:`Guide to Testing
 
839
Bazaar <testing>` for detailed information about writing tests.
846
840
 
847
841
 
848
842
Core Topics
1403
1397
* reviewing changes
1404
1398
* reviewing blueprints
1405
1399
* planning releases
1406
 
* managing releases (see the `Releasing Bazaar <../../developers/releasing.html>`_)
 
1400
* managing releases (see :doc:`Releasing Bazaar <releasing>`)
1407
1401
 
1408
1402
.. note::
1409
1403
  Removing barriers to community participation is a key reason for adopting