[PATCH] Re: Make "rename" command an alias for "mv"?
Matthieu Moy
Matthieu.Moy at imag.fr
Mon Oct 24 09:26:50 BST 2005
Matthieu Moy <Matthieu.Moy at imag.fr> writes:
> Martin considered this "mv" was mostly nocive and did a
> separate "move" and "rename".
Perhaps the following would make it a little bit clearer:
--- bzrlib/builtins.py
+++ bzrlib/builtins.py
@@ -263,6 +263,8 @@
bzr move *.txt doc
The destination must be a versioned directory in the same branch.
+
+ See also the 'rename' command, which changes the name of a file.
"""
takes_args = ['source$', 'dest']
def run(self, source_list, dest):
--
Matthieu
More information about the bazaar
mailing list