# HG changeset patch # User Nick Roberts # Date 1225358611 0 # Node ID 847ff1d1650cd3b5e653640f9cfcadef4e88de6b # Parent 5e58235427ba9c87bff44ad26a8fdc284b9487fd (vc-svn-diff): If files is nil don't set oldvers to nil so that log-view-diff-changeset works. diff -r 5e58235427ba -r 847ff1d1650c lisp/vc-svn.el --- a/lisp/vc-svn.el Thu Oct 30 09:21:28 2008 +0000 +++ b/lisp/vc-svn.el Thu Oct 30 09:23:31 2008 +0000 @@ -476,6 +476,7 @@ (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))