~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/api-versioning.txt

  • Committer: Mark Hammond
  • Date: 2009-01-12 01:55:34 UTC
  • mto: (3995.8.2 prepare-1.12)
  • mto: This revision was merged to the branch mainline in revision 4007.
  • Revision ID: mhammond@skippinet.com.au-20090112015534-yfxg50p7mpds9j4v
Include all .html files from the tortoise doc directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
:Date: 2007-06-26
9
9
 
10
10
bzrlib has a rich API which is used both internally, and externally by
11
 
plugins_ and scripts. To allow the API to change, specifically to allow
 
11
plugins and scripts. To allow the API to change, specifically to allow
12
12
support for features and methods to be removed, without causing hard to
13
13
diagnose bugs in the clients of the API, bzrlib provides explicit API
14
14
compatibility data, and a compact API to allow scripts and plugins to
16
16
written against.
17
17
 
18
18
 
19
 
.. _plugins: plugin-api.html
20
 
 
21
 
 
22
19
.. contents::
23
20
 
24
21
 
86
83
with ``(0, 18, 0)``.
87
84
 
88
85
+------------+---------------+
89
 
| API        | Covers        |
90
 
+============+===============+
 
86
| API        | Covers        | 
 
87
+============+===============+ 
91
88
| bzrlib     | All of bzrlib |
92
89
+------------+---------------+
93
90