/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_reconcile.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-04 21:05:18 UTC
  • mto: This revision was merged to the branch mainline in revision 3700.
  • Revision ID: john@arbash-meinel.com-20080904210518-m80hew6gdllqd61r
Track down other tests that used repository_implementations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from bzrlib import bzrdir, errors, tests
21
21
from bzrlib.reconcile import reconcile, Reconciler
22
22
from bzrlib.revision import Revision
23
 
from bzrlib.tests.repository_implementations.test_repository import TestCaseWithRepository
 
23
from bzrlib.tests.per_repository import TestCaseWithRepository
24
24
from bzrlib.transport import get_transport
25
25
from bzrlib.workingtree import WorkingTree
26
26