61
61
branch_path = branch.bzrdir.root_transport.base
62
62
if working_path != branch_path:
65
65
if repository.is_shared():
66
66
# lightweight checkout of branch in shared repository
69
69
_repo_relpath(repository_path, branch_path))
71
71
# lightweight checkout of standalone branch
73
73
elif repository.is_shared():
74
74
# branch with tree inside shared repository
75
75
print ' shared repository: %s' % repository_path