]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment cleanup (no code change).
authorEric S. Raymond <esr@snark.thyrsus.com>
Thu, 1 May 2008 16:40:14 +0000 (16:40 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Thu, 1 May 2008 16:40:14 +0000 (16:40 +0000)
lisp/vc-svn.el
lisp/vc.el

index 51b49b845891a213e3f84f3deace2dd5ea15b9a7..31d346ea87a5297a1b589d2cc2d62cd1affce045 100644 (file)
@@ -300,8 +300,6 @@ This is only possible if SVN is responsible for FILE's directory.")
     (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)
index 71a71aa7b8d2dc8900fa9c2311eb315afacc30c6..c219f6fc604b5f67524470759e747f6bde58ae32 100644 (file)
 ;;
 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
 ;;   buffers that might be visiting the affected files.
+;;
 ;; - Using multiple backends needs work.  Given a CVS directory with some 
 ;;   files checked into git (but not all), using C-x v l to get a log file 
 ;;   from a file only present in git, and then typing RET on some log entry,