1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(vc-svn-diff): If files is nil don't set oldvers to

nil so that log-view-diff-changeset works.
This commit is contained in:
Nick Roberts 2008-10-30 09:23:31 +00:00
parent acd1db2331
commit 09c6e72e59

View File

@ -476,6 +476,7 @@ or svn+ssh://."
(defun vc-svn-diff (files &optional oldvers newvers buffer)
"Get a difference report using SVN between two revisions of fileset FILES."
(and oldvers
files
(catch 'no
(dolist (f files)
(or (equal oldvers (vc-working-revision f))