~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: John Arbash Meinel
  • Date: 2007-03-29 18:47:42 UTC
  • mfrom: (2386 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2387.
  • Revision ID: john@arbash-meinel.com-20070329184742-npx69aia97o6qc0v
[merge] bzr.dev 2386

Show diffs side-by-side

added added

removed removed

Lines of Context:
1204
1204
    """Common base class for the new repositories using the metadir layout."""
1205
1205
 
1206
1206
    rich_root_data = False
 
1207
    support_tree_reference = False
1207
1208
    _matchingbzrdir = bzrdir.BzrDirMetaFormat1()
1208
1209
 
1209
1210
    def __init__(self):