Rev 4571: (mbp) Make 'rm --keep' help more clear in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Jul 27 07:23:00 BST 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4571 [merge]
revision-id: pqm at pqm.ubuntu.com-20090727062257-im0nsixc2e9ua9ac
parent: pqm at pqm.ubuntu.com-20090726170411-dyeth9vnxeslqows
parent: mbp at sourcefrog.net-20090722041014-hckj4fg97fe9ujk3
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-07-27 07:22:57 +0100
message:
(mbp) Make 'rm --keep' help more clear
modified:
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2009-07-24 03:15:56 +0000
+++ b/bzrlib/builtins.py 2009-07-27 06:22:57 +0000
@@ -1472,7 +1472,7 @@
title='Deletion Strategy', value_switches=True, enum_switch=False,
safe='Only delete files if they can be'
' safely recovered (default).',
- keep="Don't delete any files.",
+ keep='Delete from bzr but leave the working copy.',
force='Delete all the specified files, even if they can not be '
'recovered and even if they are non-empty directories.')]
aliases = ['rm', 'del']
More information about the bazaar-commits
mailing list