~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2006-03-06 04:43:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1593.
  • Revision ID: mbp@sourcefrog.net-20060306044359-f977728599659b6d
Add tests that MetaDir repositories use LockDirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1012
1012
     - a format marker of its own
1013
1013
     - an optional 'shared-storage' flag
1014
1014
     - an optional 'no-working-trees' flag
 
1015
     - a LockDir lock
1015
1016
    """
1016
1017
 
1017
1018
    def get_format_string(self):