all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5427: vc-annotate inconsistent output format
@ 2010-01-20  4:10 Glenn Morris
  2010-01-20  4:23 ` bug#5427: Bug#5427: " Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2010-01-20  4:10 UTC (permalink / raw)
  To: Emacs bug tracker

Severity: wishlist


vc-annotate on a file under CVS produces a buffer with lines of the format:

1.1          (gmorris  26-Jul-04): #!/bin/bash


On a file under SVN it produces:

  2134    gmorris ;; .emacs


On a file under Bazaar it produces:

39976      gerd@gn | /* Allocate X colors.  Used for testing with dense 

with extra information (including the date) in a tooltip.


All these VC tools are producing (or can produce, given the right
options to the annotate command) the same information (revision, author,
date). It would be nice if Emacs would display the information in the
same format each time, independent of backend.

It would be even nicer if the format were customizable via a format
string. Eg

(setq vc-annotate-format "%r %a %d | %l")

%r = revision
%a = author
%d = date
%l = line of file






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

* bug#5427: Bug#5427: vc-annotate inconsistent output format
  2010-01-20  4:10 bug#5427: vc-annotate inconsistent output format Glenn Morris
@ 2010-01-20  4:23 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-01-20  4:23 UTC (permalink / raw)
  To: 5427

merge 1163 5427
stop

I guess this is really a superset of bug #1163:

From: Nick Roberts <nickrob <at> snap.net.nz>
Subject: 23.0.60; With SVN, vc-annotate doesn't display the date for each line
Date: Tue, 14 Oct 2008 22:28:48 +1300






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

end of thread, other threads:[~2010-01-20  4:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20  4:10 bug#5427: vc-annotate inconsistent output format Glenn Morris
2010-01-20  4:23 ` bug#5427: Bug#5427: " Glenn Morris

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.