Fix read error reported by Fabien Coelho.
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000 (20:11 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 18 Jul 2007 20:11:28 +0000 (20:11 +0000)
lisp/vc-svn.el

index 57bf582..1539c5c 100644 (file)
@@ -390,7 +390,7 @@ The changes are between FIRST-VERSION and SECOND-VERSION."
      ;; By default Subversion only shows the log upto the working version,
      ;; whereas we also want the log of the subsequent commits.  At least
      ;; that's what the vc-cvs.el code does.
-     "-rHEAD:0"))))
+     "-rHEAD:0")))
 
 (defun vc-svn-wash-log ()
   "Remove all non-comment information from log output."