/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/revisionstore_implementations/test_all.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-25 00:58:17 UTC
  • mfrom: (1882 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1883.
  • Revision ID: john@arbash-meinel.com-20060725005817-050814b605553e22
[merge] bzr.dev 1882

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):