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

  • Committer: Robert Collins
  • Date: 2007-10-03 02:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2876.
  • Revision ID: robertc@robertcollins.net-20071003021009-daffidrziwpcu9hx
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        wt.add(['dir', 'dir/child', 'other'],
225
225
               ['dir-id', 'child-id', 'other-id'])
226
226
        # this delta moves dir-id to dir2 and reparents 
227
 
        # child-id wto a parent of other-id
 
227
        # child-id to a parent of other-id
228
228
        wt.apply_inventory_delta([('dir', 'dir2', 'dir-id',
229
229
            inventory.InventoryDirectory('dir-id', 'dir2', root_id)),
230
230
            ('dir/child', 'other/child', 'child-id',