~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2017-01-30 14:42:05 UTC
  • mfrom: (6620.1.1 trunk)
  • Revision ID: tarmac-20170130144205-r8fh2xpmiuxyozpv
Merge  2.7 into trunk including fix for bug #1657238 [r=vila]

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