/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_store.py

  • Committer: John Arbash Meinel
  • Date: 2008-10-22 19:07:07 UTC
  • mfrom: (3789 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3790.
  • Revision ID: john@arbash-meinel.com-20081022190707-qf5480pbkqp33d51
Merge bzr.dev 3789

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from bzrlib.store.text import TextStore
27
27
from bzrlib.tests import TestCase, TestCaseInTempDir, TestCaseWithTransport
28
28
import bzrlib.store as store
 
29
import bzrlib.store.versioned
29
30
import bzrlib.transactions as transactions
30
31
import bzrlib.transport as transport
31
32
from bzrlib.transport.memory import MemoryTransport