~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Jonathan Riddell
  • Date: 2011-06-30 11:14:06 UTC
  • mfrom: (6002 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110630111406-eimf301w6x92xkk7
mergeĀ inĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1428
1428
    revision_graph_can_have_wrong_parents = None
1429
1429
    # Does this format support rich root data?
1430
1430
    rich_root_data = None
 
1431
    # Does this format support explicitly versioned directories?
 
1432
    supports_versioned_directories = None
1431
1433
 
1432
1434
    def __repr__(self):
1433
1435
        return "%s()" % self.__class__.__name__