changeset 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 4d96d6799f84
children 7447c9b7efeb
files lisp/vc-svn.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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."