(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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue