emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114792: * lisp/vc/vc.el (vc-print-log): Don't use a


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114792: * lisp/vc/vc.el (vc-print-log): Don't use a working revision unless
Date: Fri, 25 Oct 2013 02:33:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114792
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15322
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-10-24 19:33:42 -0700
message:
  * lisp/vc/vc.el (vc-print-log): Don't use a working revision unless
  one was explicitly specified.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/vc.el                  vc.el-20091113204419-o5vbwnq5f7feedwu-502
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-25 01:10:27 +0000
+++ b/lisp/ChangeLog    2013-10-25 02:33:42 +0000
@@ -1,3 +1,8 @@
+2013-10-25  Glenn Morris  <address@hidden>
+
+       * vc/vc.el (vc-print-log): Don't use a working revision unless
+       one was explicitly specified.  (Bug#15322)
+
 2013-10-25  Stefan Monnier  <address@hidden>
 
        * subr.el (add-to-list): Preserve return value in compiler-macro

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2013-10-24 01:27:29 +0000
+++ b/lisp/vc/vc.el     2013-10-25 02:33:42 +0000
@@ -2302,7 +2302,8 @@
   (let* ((vc-fileset (vc-deduce-fileset t)) ;FIXME: Why t? --Stef
         (backend (car vc-fileset))
         (files (cadr vc-fileset))
-        (working-revision (or working-revision (vc-working-revision (car 
files)))))
+;;      (working-revision (or working-revision (vc-working-revision (car 
files))))
+         )
     (vc-print-log-internal backend files working-revision nil limit)))
 
 ;;;###autoload


reply via email to

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