~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2007-02-12 06:35:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2283.
  • Revision ID: mbp@sourcefrog.net-20070212063546-h2ku6z7fixzin6ur
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from bzrlib.store.versioned import VersionedFileStore
44
44
from bzrlib.store.text import TextStore
45
45
from bzrlib.testament import Testament
 
46
 
46
47
""")
47
48
 
48
49
from bzrlib.decorators import needs_read_lock, needs_write_lock