diff lisp/vc-svn.el @ 94519:44d4506fa470

Comment cleanup (no code change).
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 16:40:14 +0000
parents ad6c174910db
children 2a61c5f918a5
line wrap: on
line diff
--- a/lisp/vc-svn.el	Thu May 01 16:05:04 2008 +0000
+++ b/lisp/vc-svn.el	Thu May 01 16:40:14 2008 +0000
@@ -300,8 +300,6 @@
     (vc-file-setprop file 'vc-working-revision nil)
     (apply 'vc-svn-command nil 0 file
 	   "update"
-	   ;; default for verbose checkout: clear the sticky tag so
-	   ;; that the actual update will get the head of the trunk
 	   (cond
 	    ((null rev) "-rBASE")
 	    ((or (eq rev t) (equal rev "")) nil)