1149
1153
(False, True): 'Lightweight checkout',
1150
1154
(False, False): 'Checkout',
1151
1155
}[(shared_repo is not None, light_checkout)]
1153
1158
False: 'dirstate'}[light_checkout]
1154
1159
if repo_locked or branch_locked or tree_locked:
1155
1160
def locked_message(a_bool):