/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: 2019-01-02 18:49:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7235.
  • Revision ID: jelmer@jelmer.uk-20190102184915-0da9k4jk49kql994
Fix import for git-objects.

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