]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t6423: fix a comment that accidentally reversed two commits
authorElijah Newren <newren@gmail.com>
Sun, 16 Mar 2025 06:58:56 +0000 (06:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Mar 2025 22:39:03 +0000 (15:39 -0700)
The comment describing testcase 13b of t6423 somehow mixed up commits
A and B in one paragraph.  Fix the references.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6423-merge-rename-directories.sh

index 94080c65d12b0383921825a4d6e7c5ea344e7c35..ebf47cdd6b2ced1f217ac73e132dd6ba2786e358 100755 (executable)
@@ -5549,9 +5549,9 @@ test_expect_success '13b(info): messages for transitive rename with conflicted c
 #   Commit A: y/{b,c,d}, x/e
 #   Commit B: z/{b,c,d}, x/e
 #   Expected: y/{b,c,d}, x/e, with info or conflict messages for d
-#             A: renamed x/d -> z/d; B: renamed z/ -> y/ AND renamed x/d to y/d
-#             One could argue A had partial knowledge of what was done with
-#             d and B had full knowledge, but that's a slippery slope as
+#             B: renamed x/d -> z/d; A: renamed z/ -> y/ AND renamed x/d to y/d
+#             One could argue B had partial knowledge of what was done with
+#             d and A had full knowledge, but that's a slippery slope as
 #             shown in testcase 13d.
 
 test_setup_13c () {