rename: updat the help message of '--mark'

Summary: For "mark as a rename without actual renaming", I have to think about why I want "without actual renaming". So I think "mark a rename that has already occurred" is more clear.

Reviewed By: sggutier

Differential Revision: D56003546

fbshipit-source-id: 232eaa3e6ef8a0b412a10fe27a1290eadc256191
This commit is contained in:
Zhaolong Zhu 2024-04-11 08:15:28 -07:00 committed by Facebook GitHub Bot
parent 9c1408f33d
commit 7b0f6b7981

View File

@ -5229,7 +5229,7 @@ def remove(ui, repo, *pats, **opts):
@command(
"rename|move|mv",
[
("", "mark", None, _("mark as a rename without actual renaming")),
("", "mark", None, _("mark a rename that has already occurred")),
("", "amend", None, _("amend the current commit to mark a rename")),
("A", "after", None, _("alias to --mark (DEPRECATED)")),
("f", "force", None, _("forcibly copy over an existing managed file")),