/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_repository/test_commit_builder.py

  • Committer: Jelmer Vernooij
  • Date: 2020-08-06 01:40:59 UTC
  • mto: (7490.40.89 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200806014059-l31j72v4sj98197d
Split out InventoryTreeChange from TreeChange.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    tests,
28
28
    )
29
29
from breezy.sixish import PY3
30
 
from breezy.tree import TreeChange
31
30
from breezy.bzr import (
32
31
    inventorytree,
33
32
    )
 
33
from breezy.bzr.inventorytree import InventoryTreeChange
34
34
from breezy.tests import per_repository
35
35
from breezy.tests import (
36
36
    features,
197
197
        with tree.lock_write():
198
198
            builder = tree.branch.get_commit_builder([rev_id])
199
199
            try:
200
 
                delete_change = TreeChange(
 
200
                delete_change = InventoryTreeChange(
201
201
                    foo_id, ('foo', None), True, (True, False),
202
202
                    (tree.path2id(''), None),
203
203
                    ('foo', None), ('file', None),