1516
1517
RegistryOption.from_kwargs('file-deletion-strategy',
1517
1518
'The file deletion mode to be used.',
1518
1519
title='Deletion Strategy', value_switches=True, enum_switch=False,
1521
1521
keep='Delete from bzr but leave the working copy.',
1522
1522
force='Delete all the specified files, even if they can not be '
1523
1523
'recovered and even if they are non-empty directories.')]