[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v
From: |
Magnus Henoch |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v |
Date: |
Wed, 02 Jul 2008 11:56:12 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Magnus Henoch <legoscia> 08/07/02 11:56:11
Index: vc-git.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- vc-git.el 25 Jun 2008 05:35:05 -0000 1.66
+++ vc-git.el 2 Jul 2008 11:56:11 -0000 1.67
@@ -539,9 +539,8 @@
table))
(defun vc-git-annotate-command (file buf &optional rev)
- ;; FIXME: rev is ignored
(let ((name (file-relative-name file)))
- (vc-git-command buf 0 name "blame" (if rev (concat "-r" rev)))))
+ (vc-git-command buf 0 name "blame" rev)))
(declare-function vc-annotate-convert-time "vc-annotate" (time))
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v,
Magnus Henoch <=
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Alexandre Julliard, 2008/07/05
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Dan Nicolaescu, 2008/07/07
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Dan Nicolaescu, 2008/07/21
- [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v, Dan Nicolaescu, 2008/07/30