~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:15:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1593.
  • Revision ID: mbp@sourcefrog.net-20060306041536-a1643b5f998c23a3
New LockableFiles.create_lock() method

Show diffs side-by-side

added added

removed removed

Lines of Context:
787
787
 
788
788
        mutter('creating repository in %s.', a_bzrdir.transport.base)
789
789
        dirs = ['revision-store', 'weaves']
790
 
        lock_file = 'branch-lock'
791
790
        files = [('inventory.weave', StringIO(empty_weave)),
792
791
                 ]
793
792