aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 57bf5828a3f..1539c5c2d5d 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -390,7 +390,7 @@ The changes are between FIRST-VERSION and SECOND-VERSION."
390 ;; By default Subversion only shows the log upto the working version, 390 ;; By default Subversion only shows the log upto the working version,
391 ;; whereas we also want the log of the subsequent commits. At least 391 ;; whereas we also want the log of the subsequent commits. At least
392 ;; that's what the vc-cvs.el code does. 392 ;; that's what the vc-cvs.el code does.
393 "-rHEAD:0")))) 393 "-rHEAD:0")))
394 394
395(defun vc-svn-wash-log () 395(defun vc-svn-wash-log ()
396 "Remove all non-comment information from log output." 396 "Remove all non-comment information from log output."