~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-24 03:42:48 UTC
  • mfrom: (1880.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060724034248-d4d33393b6327d71
(robertc) Deprecated EmptyTree in favour of Repository.revision_tree.

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