~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/overview.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
This document describes the key classes and concepts within Bazaar.  It is
6
6
intended to be useful to people working on the Bazaar codebase, or to
7
7
people writing plugins.  People writing plugins may also like to read the 
8
 
guide to `Integrating with Bazaar <integrating.html>`_ for some specific
 
8
guide to `Integrating with Bazaar <integration.html>`_ for some specific
9
9
recipes.
10
10
 
11
11
If you have any questions, or if something seems to be incorrect, unclear
147
147
revision data that can be pointed to by various branches:
148
148
 
149
149
 * Maintains storage of various history data at a URL:
 
150
 
150
151
   * Revisions (Must have a matching inventory)
151
152
   * Digital Signatures
152
153
   * Inventories for each Revision. (Must have all the file texts available).