emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6487: closed (using vc-annotate-find-revision-at


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6487: closed (using vc-annotate-find-revision-at-line for renamed/removed files)
Date: Thu, 24 Jun 2010 18:32:01 +0000

Your message dated Thu, 24 Jun 2010 14:31:15 -0400
with message-id <address@hidden>
and subject line Re: bug#6487: using vc-annotate-find-revision-at-line for 
renamed/removed files
has caused the GNU bug report #6487,
regarding using vc-annotate-find-revision-at-line for renamed/removed files
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6487: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6487
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: using vc-annotate-find-revision-at-line for renamed/removed files Date: Mon, 21 Jun 2010 16:41:29 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
vc-annotate for git and mercurial shows the original file name for a
change, even if the file has been renamed meanwhile.
Using `vc-annotate-find-revision-at-line' on such a line in the annotate does 
not work

vc-annotate-find-revision-at-line calls vc-find-revision for a file
that does not exist anymore.
vc-find-revision in turn does a:
(vc-call find-revision file revision outbuf)
but given that the file does not exist anymore, no VC backend claims
the file, so the vc-call fails

vc-annotate-find-revision-at-line knows what VC backend it needs to
call, so it could pass it as an optional argument to vc-find-revision.



--- End Message ---
--- Begin Message --- Subject: Re: bug#6487: using vc-annotate-find-revision-at-line for renamed/removed files Date: Thu, 24 Jun 2010 14:31:15 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
Fixed in emacs-23 branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]