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:
parent
acd1db2331
commit
09c6e72e59
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user