# HG changeset patch # User Eric S. Raymond # Date 1209660014 0 # Node ID 44d4506fa470e8f2900f7b827b80cf98d1cda730 # Parent 7bd70b5b8bdaaa6ea5405b8fb2da85e1f37b80f9 Comment cleanup (no code change). diff -r 7bd70b5b8bda -r 44d4506fa470 lisp/vc-svn.el --- 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) diff -r 7bd70b5b8bda -r 44d4506fa470 lisp/vc.el --- a/lisp/vc.el Thu May 01 16:05:04 2008 +0000 +++ b/lisp/vc.el Thu May 01 16:40:14 2008 +0000 @@ -677,6 +677,7 @@ ;; ;; - 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,