~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/revisionstore_implementations/test_all.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-26 19:26:33 UTC
  • mfrom: (1885 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: john@arbash-meinel.com-20060726192633-576e4ffd1ef9d605
[merge] bzr.dev 1885

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.store.revision import RevisionStore
23
23
from bzrlib.tests import TestCaseWithTransport
24
24
from bzrlib.transactions import PassThroughTransaction
25
 
from bzrlib.tree import EmptyTree
26
25
 
27
26
 
28
27
class TestFactory(TestCaseWithTransport):