Rev 3622: * ``bzr rm`` is now aliased to ``bzr del`` for the convenience of svn in http://people.ubuntu.com/~robertc/baz2.0/rm
Robert Collins
robertc at robertcollins.net
Wed Aug 13 05:03:02 BST 2008
At http://people.ubuntu.com/~robertc/baz2.0/rm
------------------------------------------------------------
revno: 3622
revision-id: robertc at robertcollins.net-20080813040249-dijrxmf7fzsolt6p
parent: robertc at robertcollins.net-20080813035223-i9sxgq2rp5477oc5
committer: Robert Collins <robertc at robertcollins.net>
branch nick: rm
timestamp: Wed 2008-08-13 14:02:49 +1000
message:
* ``bzr rm`` is now aliased to ``bzr del`` for the convenience of svn
users. (Robert Collins, #205416)
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'NEWS'
--- a/NEWS 2008-08-13 03:52:23 +0000
+++ b/NEWS 2008-08-13 04:02:49 +0000
@@ -20,6 +20,9 @@
BUG FIXES:
+ * ``bzr rm`` is now aliased to ``bzr del`` for the convenience of svn
+ users. (Robert Collins, #205416)
+
* ``bzr upgrade`` on remote branches accessed via bzr:// and
bzr+ssh:// now works. (Andrew Bennetts)
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2008-08-13 03:52:23 +0000
+++ b/bzrlib/builtins.py 2008-08-13 04:02:49 +0000
@@ -1082,7 +1082,7 @@
keep="Don't delete any files.",
force='Delete all the specified files, even if they can not be '
'recovered and even if they are non-empty directories.')]
- aliases = ['rm']
+ aliases = ['rm', 'del']
encoding_type = 'replace'
def run(self, file_list, verbose=False, new=False,
More information about the bazaar-commits
mailing list