mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01:00
t6429: update comment to mention correct tool
A comment at the top of t6429 mentions why the test doesn't exercise git
rebase or git cherry-pick. However, it claims that it uses `test-tool
fast-rebase`. That was true when the comment was written, but commit
f920b0289b (replay: introduce new builtin, 2023-11-24) changed it to
use git replay without updating this comment.
We could potentially just strike this second comment, since git replay
is a bona fide built-in, but perhaps the explanation about why it focuses
on git replay is still useful. Update the comment to make it accurate
again.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
bb5c624209
commit
ffe702b3ed
@@ -11,14 +11,13 @@ test_description="remember regular & dir renames in sequence of merges"
|
|||||||
# sure that we are triggering rename caching rather than rename
|
# sure that we are triggering rename caching rather than rename
|
||||||
# bypassing.
|
# bypassing.
|
||||||
#
|
#
|
||||||
# NOTE 2: this testfile uses 'test-tool fast-rebase' instead of either
|
# NOTE 2: this testfile uses replay instead of either cherry-pick or rebase.
|
||||||
# cherry-pick or rebase. sequencer.c is only superficially
|
# sequencer.c is only superficially integrated with merge-ort; it
|
||||||
# integrated with merge-ort; it calls merge_switch_to_result()
|
# calls merge_switch_to_result() after EACH merge, which updates the
|
||||||
# after EACH merge, which updates the index and working copy AND
|
# index and working copy AND throws away the cached results (because
|
||||||
# throws away the cached results (because merge_switch_to_result()
|
# merge_switch_to_result() is only supposed to be called at the end
|
||||||
# is only supposed to be called at the end of the sequence).
|
# of the sequence). Integrating them more deeply is a big task, so
|
||||||
# Integrating them more deeply is a big task, so for now the tests
|
# for now the tests use 'git replay'.
|
||||||
# use 'test-tool fast-rebase'.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user