~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_reconcile.py

merge 2.0 branch rev 4647

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Tests for branch implementations - test reconcile() functionality"""
18
18
 
19
19
from bzrlib import errors, reconcile
20
 
from bzrlib.tests.branch_implementations import TestCaseWithBranch
 
20
from bzrlib.tests.per_branch import TestCaseWithBranch
21
21
 
22
22
 
23
23
class TestBranchReconcile(TestCaseWithBranch):