all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Emacs bug tracker <submit@debbugs.gnu.org>
Subject: bug#5427: vc-annotate inconsistent output format
Date: Tue, 19 Jan 2010 23:10:37 -0500	[thread overview]
Message-ID: <tawrzdju0y.fsf@fencepost.gnu.org> (raw)

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






             reply	other threads:[~2010-01-20  4:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20  4:10 Glenn Morris [this message]
2010-01-20  4:23 ` bug#5427: Bug#5427: vc-annotate inconsistent output format Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tawrzdju0y.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=submit@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.