]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve a recent NEWS entry
authorDmitry Gutov <dmitry@gutov.dev>
Mon, 18 Dec 2023 02:43:21 +0000 (04:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:52:38 +0000 (21:52 +0100)
(cherry picked from commit 5ab82229bdad1519e8642c9348577f5ef0f2cd85)

etc/NEWS

index a3b2bcac802891aaf43f238b37018a249730c62e..499573db80469ee11421a4ae7cb6d48aed569cc2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -496,7 +496,10 @@ When a fileset's VC change history ('C-x v l') ends at a rename, we
 now print the old name(s) and a button which jumps to their history.
 Git and Hg are supported.  Naturally, 'vc-git-print-log-follow' should
 be nil for this to work (or '--follow' should not be in
-'vc-hg-print-log-switches', in Hg's case).
+'vc-hg-print-log-switches', in Hg's case).  Unlike when the '--follow'
+switch is used, commands to see the diff of the old revision ('d'),
+check out an old file version ('f') or annotate it right away ('a'),
+also work on revisions which precede renames.
 
 *** New option 'vc-git-file-name-changes-switches'.
 It allows tweaking the thresholds for rename and copy detection.