t4008: correct stale comments
commitf2b4f0a23b400f5760deb9251296d79eba83ab78
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 20:42:59 +0000 (15 12:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 23:38:09 +0000 (15 15:38 -0800)
tree236cb3ebe09b0ae29b897aa119ccdce98132c668
parent6936b5859c47b826437218fbfc0e2bc0935f7136
t4008: correct stale comments

A complete rewrite of a single file was originally designed to be
expressed as a deletion immediately followed by a creation of the
same file, and the comments in the test updated here were written to
reflect that design decision made in f345b0a0 (Add -B flag to diff-*
brothers., 2005-05-30).  However, we later realized that a complete
rewrite is merely how a textual diff should be represented at
366175ef (Rework -B output., 2005-06-19), and updated the actual
tests.  But we forgot to update the introductory text while doing
so.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4008-diff-break-rewrite.sh