1488
1489
RegistryOption.from_kwargs('file-deletion-strategy',
1489
1490
'The file deletion mode to be used.',
1490
1491
title='Deletion Strategy', value_switches=True, enum_switch=False,
1493
1493
keep='Delete from bzr but leave the working copy.',
1494
1494
force='Delete all the specified files, even if they can not be '
1495
1495
'recovered and even if they are non-empty directories.')]