~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: 2008-11-17 22:40:17 UTC
  • mfrom: (3805.5.1 repo_format_1.9)
  • Revision ID: pqm@pqm.ubuntu.com-20081117224017-jb8tr2wok8jjxn7r
(jam) fix a docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2359
2359
class RepositoryFormatKnitPack6RichRoot(RepositoryFormatPack):
2360
2360
    """A repository with rich roots, no subtrees, stacking and btree indexes.
2361
2361
 
2362
 
    This format should be retained until the second release after bzr 1.7.
2363
 
 
2364
 
    1.6.1-subtree[as it might have been] with B+Tree indices.
 
2362
    1.6-rich-root with B+Tree indices.
2365
2363
    """
2366
2364
 
2367
2365
    repository_class = KnitPackRepository