1134
1126
(False, True): 'Lightweight checkout',
1135
1127
(False, False): 'Checkout',
1136
1128
}[(shared_repo is not None, light_checkout)]
1143
1132
repo_locked = lco_tree.branch.repository.get_physical_lock_status()
1144
1133
if repo_locked or branch_locked or tree_locked: