changeset 50820:fc3f65557bc8

(vc-svn-registered): Missing paren. (vc-svn-diff-tree): Missing renaming.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 May 2003 15:49:23 +0000
parents ef6de283f568
children 33e415a24bb5
files lisp/vc-svn.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-svn.el	Mon May 05 15:42:27 2003 +0000
+++ b/lisp/vc-svn.el	Mon May 05 15:49:23 2003 +0000
@@ -131,7 +131,7 @@
       (condition-case nil
 	  (vc-svn-command t 0 file "status" "-v")
 	;; We can't find an `svn' executable.  We could also deregister SVN.
-	(file-error nil)
+	(file-error nil))
       (vc-svn-parse-status t)
       (eq 'SVN (vc-file-getprop file 'vc-backend)))))
 
@@ -454,7 +454,7 @@
 	    (diff-switches-list (vc-diff-switches-list 'SVN)))
         (apply 'vc-svn-command "*vc-diff*" 1 nil "diff"
 	       (append
-		(when oldvers
+		(when rev1
 		  (list "-r"
 			(if rev2 (concat rev1 ":" rev2) rev1)))
 		(when diff-switches-list