~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 16:09:47 UTC
  • mto: (5582.10.69 weave-fmt-plugin)
  • mto: This revision was merged to the branch mainline in revision 5688.
  • Revision ID: jelmer@samba.org-20110224160947-e7kqclxnjif28v5q
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3063
3063
    # Does this repository format escape funky characters, or does it create files with
3064
3064
    # similar names as the versioned files in its contents on disk ?
3065
3065
    supports_funky_characters = True
 
3066
    # Does this repository format support leaving locks?
 
3067
    supports_leaving_lock = True
3066
3068
 
3067
3069
    def __repr__(self):
3068
3070
        return "%s()" % self.__class__.__name__
3214
3216
    rich_root_data = False
3215
3217
    supports_tree_reference = False
3216
3218
    supports_external_lookups = False
 
3219
    supports_leaving_lock = True
3217
3220
 
3218
3221
    @property
3219
3222
    def _matchingbzrdir(self):