/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 breezy/tests/per_workingtree/test_transform.py

  • Committer: Jelmer Vernooij
  • Date: 2020-11-18 02:15:43 UTC
  • mfrom: (7490.40.117 work)
  • mto: This revision was merged to the branch mainline in revision 7526.
  • Revision ID: jelmer@jelmer.uk-20201118021543-0flrmtqv7ibat6yv
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    create_from_tree,
62
62
    FinalPaths,
63
63
    resolve_conflicts,
64
 
    resolve_checkout,
65
64
    ROOT_PARENT,
66
65
    ImmortalLimbo,
67
66
    MalformedTransform,
71
70
)
72
71
 
73
72
from breezy.bzr.inventorytree import InventoryTreeChange
 
73
from breezy.bzr.transform import resolve_checkout
74
74
 
75
75
from breezy.tests.per_workingtree import TestCaseWithWorkingTree
76
76