~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-11 08:45:19 UTC
  • mfrom: (4597.9.22 reports-conflict-resolved)
  • Revision ID: pqm@pqm.ubuntu.com-20101111084519-bmk1zmblp7kex41a
(vila) More feedback about the conflicts just resolved and the remaining
 ones. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2894
2894
class RepositoryFormatPackDevelopment2Subtree(RepositoryFormatPack):
2895
2895
    """A subtrees development repository.
2896
2896
 
2897
 
    This format should be retained in 2.3, to provide an upgrade path from this
2898
 
    to RepositoryFormat2aSubtree.  It can be removed in later releases.
 
2897
    This format should be retained until the second release after bzr 1.7.
2899
2898
 
2900
2899
    1.6.1-subtree[as it might have been] with B+Tree indices.
 
2900
 
 
2901
    This is [now] retained until we have a CHK based subtree format in
 
2902
    development.
2901
2903
    """
2902
2904
 
2903
2905
    repository_class = KnitPackRepository