~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2006-03-01 03:26:23 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060301032623-9d3c073e102f2239
Move WeaveStore down into bzrlib.store.versioned.weave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from bzrlib.osutils import safe_unicode
28
28
from bzrlib.revision import NULL_REVISION
29
29
from bzrlib.store import copy_all
30
 
from bzrlib.store.weave import WeaveStore
 
30
from bzrlib.store.versioned.weave import WeaveStore
31
31
from bzrlib.store.text import TextStore
32
32
from bzrlib.symbol_versioning import *
33
33
from bzrlib.trace import mutter