diff lisp/vc-svn.el @ 81971:4c7de50bc365

Fix read error reported by Fabien Coelho.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 18 Jul 2007 20:11:28 +0000
parents 1b5dfd1b9ca0
children b98604865ea0 492971a3f31f
line wrap: on
line diff
--- a/lisp/vc-svn.el	Wed Jul 18 19:42:23 2007 +0000
+++ b/lisp/vc-svn.el	Wed Jul 18 20:11:28 2007 +0000
@@ -390,7 +390,7 @@
      ;; 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."