# HG changeset patch
# User Anton Shestakov <a...@dwimlabs.net>
# Date 1562119599 -28800
#      Wed Jul 03 10:06:39 2019 +0800
# Node ID 47ba6b2b35db31c4b436e9e99179607cc4cc86cc
# Parent  9151cf680e05ebe7322388f25af3376f52e004a8
move: --force flag forcibly moves, not copies

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4759,7 +4759,7 @@ def remove(ui, repo, *pats, **opts):
 
 @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)
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to