/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/index-plain.txt

  • Committer: Jelmer Vernooij
  • Date: 2018-02-18 21:42:57 UTC
  • mto: This revision was merged to the branch mainline in revision 6859.
  • Revision ID: jelmer@jelmer.uk-20180218214257-jpevutp1wa30tz3v
Update TODO to reference Breezy, not Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `breezy API reference <https://www.breezy-vcs.org/developers/api/>`_
 
14
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
28
28
 
29
29
* `Breezy Code Style Guide <code-style.html>`_.
30
30
 
31
 
* `Writing plugins <plugin-development.html>`_
32
 
  |--| specific advice on writing Breezy plugins.
 
31
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
 
32
  |--| specific advice on writing Breezy plugins. (web link)
33
33
 
34
34
* `Documenting changes <documenting-changes.html>`_.
35
35
 
77
77
Specifications
78
78
==============
79
79
 
80
 
* `API versioning <api-versioning.html>`_ |--| breezy API versioning.
 
80
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
81
81
 
82
82
* `Apport error reporting <apport.html>`_ |--| Capture data to report
83
83
  bugs.
93
93
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
94
94
  technology used in CHK repositories.
95
95
 
96
 
* `Indices <indices.html>`_ |--| The index facilities available within
97
 
  breezy.
 
96
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
98
97
 
99
98
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
100
99
 
109
108
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
110
109
  for repositories (a layer above the container format).
111
110
 
112
 
* `Integration Guide <integration.html>`_ |--| A guide to integrate breezy into
 
111
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
113
112
  any python application.
114
113
 
115
114
* `Breezy and case-insensitive file systems <case-insensitive-file-systems.html>`_