~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_inv.py

revert destroys merge-created content auotmatically

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
        os.unlink('b1/a')
491
491
        wt.revert([])
492
492
        self.assertEqual(len(wt.inventory), 1)
 
493
 
 
494