From: Eric S. Raymond Date: Fri, 9 May 2008 20:28:54 +0000 (+0000) Subject: Item said "vc-update/vc-merge should deal with VC systems that don't X-Git-Tag: emacs-pretest-23.0.90~5659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6877092ed693b50f487b4b6f4f14e631f4f7045c;p=emacs.git Item said "vc-update/vc-merge should deal with VC systems that don't update/merge on a file basis, but on a whole repository basis." That's what selecting the top-level directory of the repo or working copy is for. --- diff --git a/lisp/vc.el b/lisp/vc.el index 3c3563d6d63..1778894e66b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -552,9 +552,6 @@ ;;; Todo: -;; - vc-update/vc-merge should deal with VC systems that don't -;; update/merge on a file basis, but on a whole repository basis. -;; ;; - deal with push/pull operations. ;; ;; - "snapshots" should be renamed to "branches", and thoroughly reworked.