Merge lp:~gustav-hartvigsson/brz/removed-api-doc into lp:brz

Proposed by Gustav Hartvigsson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~gustav-hartvigsson/brz/removed-api-doc
Merge into: lp:brz
Diff against target: 22 lines (+0/-13)
1 file modified
doc/developers/plugin-api.txt (+0/-13)
To merge this branch: bzr merge lp:~gustav-hartvigsson/brz/removed-api-doc
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+396033@code.launchpad.net

Commit message

Drop documentation for removed API API.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/developers/plugin-api.txt'
2--- doc/developers/plugin-api.txt 2020-01-31 17:43:44 +0000
3+++ doc/developers/plugin-api.txt 2021-01-09 18:22:13 +0000
4@@ -189,19 +189,6 @@
5 This is a user-visible docstring so should be prefixed with ``__doc__ =``
6 to ensure help works under ``python -OO`` with docstrings stripped.
7
8-API version
9------------
10-
11-Plugins can and should declare that they depend on a particular version of
12-breezy like so::
13-
14- from breezy.api import require_api
15-
16- require_api(breezy, (1, 11, 0))
17-
18-Please see `API versioning <api-versioning.html>`_ for more details on the API
19-metadata protocol used by breezy.
20-
21 Plugin version
22 --------------
23

Subscribers

People subscribed via source and target branches