572
573
self.assertEqual(os.path.realpath('shared/branch'),
573
574
self.local_branch_path(branch))
575
os.path.realpath(os.path.join('shared', '.bzr', 'repository')),
576
osutils.realpath(os.path.join('shared', '.bzr', 'repository')),
576
577
repo.bzrdir.transport.local_abspath('repository'))
577
578
self.assertEqual(relpath, '')