From 1cb119fdbfad4ef7a6eab4c3f56ac842eacc13ce Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 May 2008 16:40:14 +0000 Subject: [PATCH] Comment cleanup (no code change). --- lisp/vc-svn.el | 2 -- lisp/vc.el | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 51b49b84589..31d346ea87a 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -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) diff --git a/lisp/vc.el b/lisp/vc.el index 71a71aa7b8d..c219f6fc604 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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, -- 2.39.2