# HG changeset patch # User Dirkjan Ochtman # Date 1286797793 -7200 # Node ID 0159a674a7bc0d6b24229cf20c064252a8e9e111 # Parent 14853ca7e11b46568f7281d306ee1b542826e664 commands: add move alias for the rename command svn provides move, and it's also a standard tool on Windows. diff -r 14853ca7e11b -r 0159a674a7bc mercurial/commands.py --- 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,