emacs-diffs
[Top][All Lists]
Advanced

[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))
 




reply via email to

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