29
29
wt = self.make_branch_and_tree('b1')
31
31
self.addCleanup(wt.unlock)
33
33
open('b1/a', 'wb').write('a test\n')
36
36
wt.flush() # workaround revert doing wt._write_inventory for now.
42
42
class TestApplyInventoryDelta(TestCaseWithWorkingTree):