364
364
print >> file('b.txt', 'ab'), "something"
365
365
print >> file('sub/c.txt', 'ab'), "something"
366
366
self.runbzr(('commit', '-m', 'Modified a.txt'))
368
368
assert os.path.exists('sub/a.txt.THIS')
369
369
assert os.path.exists('sub/a.txt.BASE')
372
372
assert os.path.exists('sub/a.txt.OTHER')
373
373
assert os.path.exists('sub/a.txt.BASE')