]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-svn-registered): Missing paren.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2003 15:49:23 +0000 (15:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2003 15:49:23 +0000 (15:49 +0000)
(vc-svn-diff-tree): Missing renaming.

lisp/vc-svn.el

index 780b71746cef34bd2cf55361055d9798a3a353f0..3117a0a33bd980cced150bfe76a9f13c325cd5e9 100644 (file)
@@ -131,7 +131,7 @@ by these regular expressions."
       (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 @@ The changes are between FIRST-VERSION and SECOND-VERSION."
            (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