/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/specifications.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
   case-insensitive-file-systems
22
22
   development-repo
23
23
   packrepo
24
 
   feature-flags
25
24
 
26
25
 
27
26
* `Revision Properties <revision-properties.html>`_ |--| An application
28
27
  can set arbitrary per-revision key/value pairs to store app-specific
29
28
  data.
30
29
 
31
 
* `API versioning <api-versioning.html>`_ |--| breezy API versioning.
 
30
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
32
31
 
33
32
* `Apport error reporting <apport.html>`_ |--| Capture data to report
34
33
  bugs.
44
43
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
45
44
  technology used in CHK repositories.
46
45
 
47
 
* `Indices <indices.html>`_ |--| The index facilities available within breezy.
 
46
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
48
47
 
49
48
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
50
49
 
71
70
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
72
71
  (new in Bazaar 0.92).
73
72
 
74
 
* `Format feature flags <feature-flags.html>`_ |--| Allow extending
75
 
  formats with optional features.  (new in Bazaar 2.5).
76
 
 
77
 
 
78
73
 
79
74
.. |--| unicode:: U+2014
80
75