488
487
self.assertEqual('bzr: ERROR: --after cannot be specified with'
499
490
def test_mv_readonly_lightweight_checkout(self):
500
491
branch = self.make_branch('foo')
502
493
tree = branch.create_checkout('tree', lightweight=True)
503
494
self.build_tree(['tree/path'])
505
496
# If this fails, the tree is trying to acquire a branch lock, which it
507
498
self.run_bzr(['mv', 'tree/path', 'tree/path2'])
514
out, err = self.run_bzr_error(["Could not rename", "not versioned"],