/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/workingtree_implementations/test_parents.py

  • Committer: Robert Collins
  • Date: 2006-08-17 04:29:31 UTC
  • mto: (1908.6.5 use set_parent_trees.)
  • mto: This revision was merged to the branch mainline in revision 1972.
  • Revision ID: robertc@robertcollins.net-20060817042931-5e09ab5a6bb04fe2
import cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib import errors
22
22
from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree
23
 
from bzrlib.branch import Branch
24
 
from bzrlib.revision import Revision
25
23
from bzrlib.uncommit import uncommit
26
 
import bzrlib.xml5
27
24
 
28
25
 
29
26
class TestParents(TestCaseWithWorkingTree):