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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 21:25:01 UTC
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190603212501-zgt2czrlc6oqoi7a
Fix tests on python 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
:Date: 2007-07-08
9
9
 
10
10
This document describes the services repositories offer and need to offer
11
 
within bzrlib.
 
11
within breezy.
12
12
 
13
13
 
14
14
.. contents::
24
24
Terminology
25
25
===========
26
26
 
27
 
A **repository** is a store of historical data for bzr.
 
27
A **repository** is a store of historical data for Breezy.
28
28
 
29
29
 
30
30
Command Requirements
230
230
^^^^^^^^^^^^^
231
231
 
232
232
We could discard the per-knit .kndx by writing a new index at the end of
233
 
every bzr transaction indexing the new data introduced by the bzr
 
233
every Breezy transaction indexing the new data introduced by the Breezy
234
234
operation. e.g. at the end of fetch. This can be based on the new
235
235
``GraphIndex`` index type.
236
236
 
246
246
  offset for the data record in the knit, the byte length for the data
247
247
  record in the knit and the no-end-of-line flag.
248
248
 
249
 
Its important to note that knit repositories cannot be regenerated by
 
249
It's important to note that knit repositories cannot be regenerated by
250
250
scanning .knits, so a mapped index is still irreplaceable and must be
251
251
transmitted on push/pull.
252
252