mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 18:00:30 -08:00
* lisp/vc/vc.el (vc-print-log): Don't use a working revision unless
one was explicitly specified. Fixes: debbugs:15322
This commit is contained in:
parent
da504eec70
commit
f5bf77dfae
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-10-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/vc.el (vc-print-log): Don't use a working revision unless
|
||||
one was explicitly specified. (Bug#15322)
|
||||
|
||||
2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* subr.el (add-to-list): Preserve return value in compiler-macro
|
||||
|
|
|
|||
|
|
@ -2302,7 +2302,8 @@ WORKING-REVISION and LIMIT."
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue