author | Anton Shestakov <av6@dwimlabs.net> |
Wed, 03 Jul 2019 10:06:39 +0800 | |
branch | stable |
changeset 42188 | 93fed084ce36 |
parent 42187 | 50eacdeea88c |
child 42189 | 97ada9b8d51b |
--- a/mercurial/commands.py Wed Jul 03 10:01:51 2019 +0800 +++ b/mercurial/commands.py Wed Jul 03 10:06:39 2019 +0800 @@ -4742,7 +4742,7 @@ @command('rename|move|mv', [('A', 'after', None, _('record a rename that has already occurred')), - ('f', 'force', None, _('forcibly copy over an existing managed file')), + ('f', 'force', None, _('forcibly move over an existing managed file')), ] + walkopts + dryrunopts, _('[OPTION]... SOURCE... DEST'), helpcategory=command.CATEGORY_WORKING_DIRECTORY)