~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-17 22:43:26 UTC
  • mfrom: (4617.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090817224326-uhljmr5me5x3xyda
(robertc) Multiple 2a-as-default fixes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3057
3057
    # help), and for fetching when data won't have come from the same
3058
3058
    # compressor.
3059
3059
    pack_compresses = False
 
3060
    # Does the repository inventory storage understand references to trees?
 
3061
    supports_tree_reference = None
3060
3062
 
3061
3063
    def __str__(self):
3062
3064
        return "<%s>" % self.__class__.__name__