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