~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-02 03:59:07 UTC
  • mfrom: (3653.2.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080902035907-3b81euge0gyypozk
Remove obsolete dev formats.

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 Development1
230
230
 
231
231
development-subtree
232
232
-------------------
233
233
 
234
 
Currently an alias for Development0Subtree
 
234
Currently an alias for Development1Subtree
235
235
 
236
 
Development0[Subtree]
 
236
Development1[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 were introduced during the development of branch stacking.
243
240
 
244
241
 
245
242
..