/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: Breezy landing bot
  • Author(s): Colin Watson
  • Date: 2020-11-16 21:47:08 UTC
  • mfrom: (7521.1.1 remove-lp-workaround)
  • Revision ID: breezy.the.bot@gmail.com-20201116214708-jos209mgxi41oy15
Remove breezy.git workaround for bazaar.launchpad.net.

Merged from https://code.launchpad.net/~cjwatson/brz/remove-lp-workaround/+merge/393710

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=================================
2
 
Bazaar Developer Document Catalog
 
2
Breezy Developer Document Catalog
3
3
=================================
4
4
 
5
5
 
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
 
14
* `breezy API reference <https://www.breezy-vcs.org/developers/api/>`_
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
18
 
* `Integrating with Bazaar <http://wiki.bazaar.canonical.com/Integrating_with_Bazaar>`_
19
 
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
 
18
* `Integrating with Breezy <http://wiki.bazaar.canonical.com/Integrating_with_Bazaar>`_
 
19
  (wiki) |--| a guide for writing Python programs that work with Breezy.
20
20
 
21
21
* `Revision Properties <revision-properties.html>`_ |--| An application
22
22
  can set arbitrary per-revision key/value pairs to store app-specific
23
23
  data.
24
24
 
25
 
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
 
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Breezy.
26
26
 
27
27
* `Code Review <code-review.html>`_.
28
28
 
29
 
* `Bazaar Code Style Guide <code-style.html>`_.
 
29
* `Breezy Code Style Guide <code-style.html>`_.
30
30
 
31
 
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
 
  |--| specific advice on writing Bazaar plugins. (web link)
 
31
* `Writing plugins <plugin-development.html>`_
 
32
  |--| specific advice on writing Breezy plugins.
33
33
 
34
34
* `Documenting changes <documenting-changes.html>`_.
35
35
 
36
36
Process
37
37
=======
38
38
 
39
 
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
40
 
  development cycle and how to run it.
41
 
 
42
 
* `Releasing Bazaar <releasing.html>`_ |--|
43
 
  Checklist to make a release of Bazaar.
44
 
 
45
 
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
 
39
* `Releasing Breezy <releasing.html>`_ |--|
 
40
  Checklist to make a release of Breezy.
 
41
 
 
42
* `Managing the Breezy PPA <ppa.html>`_ |--| Packaging Breezy for Ubuntu.
46
43
 
47
44
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_ (wiki) |--| How to get
48
 
  your changes to Bazaar integrated into a release.
 
45
  your changes to Breezy integrated into a release.
49
46
 
50
47
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
51
 
  bzr code and visualize the results.
 
48
  brz code and visualize the results.
52
49
 
53
50
* `EC2 resources <ec2.html>`_ |--| A team resource for
54
51
  Windows packaging and testing, and Ubuntu testing.
55
52
 
56
 
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
 
53
* `Tracking Bugs in Breezy <bug-handling.html>`_ |--| How we use the bug
57
54
  tracker.
58
55
 
59
56
Architecture overviews
66
63
=====
67
64
 
68
65
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
69
 
  for fixing performance in bzr over the next few releases.
 
66
  for fixing performance in brz over the next few releases.
70
67
 
71
68
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
72
69
  for storing multiple branches in one file-system directory.
73
70
 
74
 
* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
75
 
  Implmentation strategy for Bazaar Windows Shell Extensions, aka
 
71
* `Breezy Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
 
72
  Implementation strategy for Breezy Windows Shell Extensions, aka
76
73
  TortoiseBzr.
77
74
 
78
75
* `CHK Optimized index <improved_chk_index.html>`_
80
77
Specifications
81
78
==============
82
79
 
83
 
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
80
* `API versioning <api-versioning.html>`_ |--| breezy API versioning.
84
81
 
85
82
* `Apport error reporting <apport.html>`_ |--| Capture data to report
86
83
  bugs.
88
85
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
89
86
  authentication.
90
87
 
91
 
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
 
88
* `Bundles <bundles.html>`_ |--| All about brz bundles.
92
89
 
93
90
* `Container format <container-format.html>`_ |--| Notes on a container format
94
 
  for streaming and storing Bazaar data.
 
91
  for streaming and storing Breezy data.
95
92
 
96
93
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
97
94
  technology used in CHK repositories.
98
95
 
99
 
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
 
96
* `Indices <indices.html>`_ |--| The index facilities available within
 
97
  breezy.
100
98
 
101
99
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
102
100
 
111
109
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
112
110
  for repositories (a layer above the container format).
113
111
 
114
 
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
 
112
* `Integration Guide <integration.html>`_ |--| A guide to integrate breezy into
115
113
  any python application.
116
114
 
117
 
* `Bazaar and case-insensitive file systems <case-insensitive-file-systems.html>`_
118
 
  |--| How Bazaar operates on case-insensitive file systems such as commonly
 
115
* `Breezy and case-insensitive file systems <case-insensitive-file-systems.html>`_
 
116
  |--| How Breezy operates on case-insensitive file systems such as commonly
119
117
  found on Windows, USB sticks, etc.
120
118
 
121
119
* `Development repository formats <development-repo.html>`_ |--| How to
132
130
Implementation notes
133
131
====================
134
132
 
135
 
* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How bzr decides
 
133
* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How brz decides
136
134
  to pre-read extra nodes in the btree index.
137
135
 
138
136
* `Computing last_modified values <last-modified.html>`_ for inventory
148
146
 
149
147
* `dirstate <dirstate.html>`_ |--| An observation re. the dirstate file
150
148
 
151
 
* `"bzr update" performance analysis <update.html>`_ |--| "bzr update"
 
149
* `"brz update" performance analysis <update.html>`_ |--| "brz update"
152
150
  performance analysis
153
151
 
154
152