changeset 12699:0159a674a7bc

commands: add move alias for the rename command svn provides move, and it's also a standard tool on Windows.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 11 Oct 2010 13:49:53 +0200
parents 14853ca7e11b
children 17aa0f1ed89d
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Oct 09 16:55:33 2010 -0500
+++ b/mercurial/commands.py	Mon Oct 11 13:49:53 2010 +0200
@@ -4316,7 +4316,7 @@
            _('remove (and delete) file even if added or modified')),
          ] + walkopts,
          _('[OPTION]... FILE...')),
-    "rename|mv":
+    "rename|move|mv":
         (rename,
          [('A', 'after', None, _('record a rename that has already occurred')),
           ('f', 'force', None,