~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/integration.txt

  • Committer: Martin Pool
  • Date: 2010-05-16 09:29:44 UTC
  • mto: This revision was merged to the branch mainline in revision 5252.
  • Revision ID: mbp@canonical.com-20100516092944-47m8wwrkgpc8iapj
More reorganization of the developer documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Integrating with Bazaar
3
3
=======================
4
4
 
5
 
This document provides an overview of the bzrlib api at a higher level
6
 
than the docstrings.  It is intended to be 
7
 
useful to someone developing either a plugin or some other piece of software
8
 
that integrates with bzr.  If you want to know about a topic that's not 
9
 
covered here, just ask us.
 
5
This document provides some general observations on integrating with
 
6
Bazaar and some recipes for typical tasks.  It is intended to be useful to
 
7
someone developing either a plugin or some other piece of software that
 
8
integrates with bzr.  If you want to know about a topic that's not covered
 
9
here, just ask us.
 
10
 
 
11
 
10
12
 
11
13
 
12
14
Starting with bzrlib