~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/development-repo.txt

  • Committer: John Arbash Meinel
  • Date: 2008-10-30 00:55:00 UTC
  • mto: (3815.2.5 prepare-1.9)
  • mto: This revision was merged to the branch mainline in revision 3811.
  • Revision ID: john@arbash-meinel.com-20081030005500-r5cej1cxflqhs3io
Switch so that we are using a simple timestamp as the first action.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
 
190
190
1. Register two new formats with the next available sequence number.
191
191
   e.g. ``development1`` and ``development1-subtree``. (You can see the
192
 
   ``development0`` format for an example.
 
192
   current development format for an example.
193
193
   These should:
194
194
 
195
195
   * Use your new development repository/branch/tree classes
226
226
development
227
227
-----------
228
228
 
229
 
Currently an alias for Development0
 
229
Currently an alias for Development2
230
230
 
231
231
development-subtree
232
232
-------------------
233
233
 
234
 
Currently an alias for Development0Subtree
 
234
Currently an alias for Development2Subtree
235
235
 
236
 
Development0[Subtree]
 
236
Development2[Subtree]
237
237
---------------------
238
238
 
239
 
These formats exists solely to provide an actual new format for the
240
 
feature of 'development formats' to be introduced. They are regular
241
 
pack-0.92 style formats with no changes to the disk storage other than
242
 
the version marker.
 
239
These formats use B+Tree indices which are considerably faster than
 
240
the earlier indices in bzr.
243
241
 
244
242
 
245
243
..