~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-19 05:39:30 UTC
  • mfrom: (4070.10.14 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20090319053930-xxxwr7sgnj3cy49z
(mbp,trivial) fix broken html links

Show diffs side-by-side

added added

removed removed

Lines of Context:
699
699
=============
700
700
 
701
701
All code should be exercised by the test suite.  See `Guide to Testing
702
 
Bazaar <testing.html>`_ for detailed information about writing tests.
 
702
Bazaar <../../developers/testing.html>`_ for detailed information about writing tests.
703
703
 
704
704
 
705
705
Core Topics