~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Packman
  • Date: 2011-12-23 19:38:22 UTC
  • mto: This revision was merged to the branch mainline in revision 6405.
  • Revision ID: martin.packman@canonical.com-20111223193822-hesheea4o8aqwexv
Accept and document passing the medium rather than transport for smart connections

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
 
19
22
.. contents::
20
23
 
21
24
 
83
86
with ``(0, 18, 0)``.
84
87
 
85
88
+------------+---------------+
86
 
| API        | Covers        | 
87
 
+============+===============+ 
 
89
| API        | Covers        |
 
90
+============+===============+
88
91
| bzrlib     | All of bzrlib |
89
92
+------------+---------------+
90
93