##// END OF EJS Templates
move: --force flag forcibly moves, not copies
av6 -
r42759:93fed084 stable
parent child Browse files
Show More
@@ -4742,7 +4742,7 b' def remove(ui, repo, *pats, **opts):'
4742
4742
4743 @command('rename|move|mv',
4743 @command('rename|move|mv',
4744 [('A', 'after', None, _('record a rename that has already occurred')),
4744 [('A', 'after', None, _('record a rename that has already occurred')),
4745 ('f', 'force', None, _('forcibly copy over an existing managed file')),
4745 ('f', 'force', None, _('forcibly move over an existing managed file')),
4746 ] + walkopts + dryrunopts,
4746 ] + walkopts + dryrunopts,
4747 _('[OPTION]... SOURCE... DEST'),
4747 _('[OPTION]... SOURCE... DEST'),
4748 helpcategory=command.CATEGORY_WORKING_DIRECTORY)
4748 helpcategory=command.CATEGORY_WORKING_DIRECTORY)
General Comments 0
You need to be logged in to leave comments. Login now