~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commit.py

[merge] jam-integration 1495

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        self.check_inventory_shape(b.get_revision_inventory(r3),
202
202
                                   ['a', 'a/hello', 'a/b'])
203
203
 
204
 
        b.working_tree().move([os.sep.join(['a', 'hello'])],
205
 
               os.sep.join(['a', 'b']))
 
204
        b.working_tree().move(['a/hello'], 'a/b')
206
205
        r4 = 'test@rev-4'
207
206
        b.working_tree().commit('four', rev_id=r4, allow_pointless=False)
208
207
        self.check_inventory_shape(b.working_tree().read_working_inventory(),