62
62
branch_path = branch.bzrdir.root_transport.base
63
63
if working_path != branch_path:
66
66
if repository.is_shared():
67
67
# lightweight checkout of branch in shared repository
70
70
_repo_relpath(repository_path, branch_path))
72
72
# lightweight checkout of standalone branch
74
74
elif repository.is_shared():
75
75
# branch with tree inside shared repository
76
76
print ' shared repository: %s' % repository_path