unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1163: 23.0.60; With SVN, vc-annotate doesn't display the date for each line
@ 2008-10-14  9:28 Nick Roberts
  2008-10-16  4:08 ` Glenn Morris
  2022-05-05 11:56 ` bug#1163: bug#5427: vc-annotate inconsistent output format Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Nick Roberts @ 2008-10-14  9:28 UTC (permalink / raw)
  To: emacs-pretest-bug


With SVN, vc-annotate just displays the revision number for each line.
With CVS, it also displays the date that the line was last changed, which
can be useful to know.  The date is output from "svn annotate" when the
option "-v" is used.

-- 
Nick                                           http://www.inet.net.nz/~nickrob






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#1163: 23.0.60; With SVN, vc-annotate doesn't display the date for each line
  2008-10-14  9:28 bug#1163: 23.0.60; With SVN, vc-annotate doesn't display the date for each line Nick Roberts
@ 2008-10-16  4:08 ` Glenn Morris
  2022-05-05 11:56 ` bug#1163: bug#5427: vc-annotate inconsistent output format Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2008-10-16  4:08 UTC (permalink / raw)
  To: Nick Roberts; +Cc: 1163

Nick Roberts wrote:

> With SVN, vc-annotate just displays the revision number for each line.

This was also the case in Emacs 22, so I suggest this is a wishlist
item that does not need to be fixed for 23.1.

> With CVS, it also displays the date that the line was last changed, which
> can be useful to know.  The date is output from "svn annotate" when the
> option "-v" is used.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#1163: bug#5427: vc-annotate inconsistent output format
  2008-10-14  9:28 bug#1163: 23.0.60; With SVN, vc-annotate doesn't display the date for each line Nick Roberts
  2008-10-16  4:08 ` Glenn Morris
@ 2022-05-05 11:56 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-05 11:56 UTC (permalink / raw)
  To: Nick Roberts; +Cc: 5427, 1163

Nick Roberts <nickrob@snap.net.nz> writes:

> With SVN, vc-annotate just displays the revision number for each line.
> With CVS, it also displays the date that the line was last changed, which
> can be useful to know.  The date is output from "svn annotate" when the
> option "-v" is used.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

This is still the case in Emacs 29, but since basically git won, it'll
probably take an SVN enthusiast to get this fixed.

Adding -v indeed gives the time:

     1      larsi 2022-05-05 13:46:34 +0200 (Thu, 05 May 2022) This is foo.
     2      larsi 2022-05-05 13:46:41 +0200 (Thu, 05 May 2022) Yes.

But that's too massive to display, so vc-svn-annotate-command would have
to implement a filter to reformat that in a more sensible way.  It
shouldn't be a lot of work -- the person implementing this could look
at, say, vc-cvs-annotate-command as a model for how to write the filter.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-05 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-14  9:28 bug#1163: 23.0.60; With SVN, vc-annotate doesn't display the date for each line Nick Roberts
2008-10-16  4:08 ` Glenn Morris
2022-05-05 11:56 ` bug#1163: bug#5427: vc-annotate inconsistent output format Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).