# HG changeset patch # User Eric S. Raymond # Date 1210364934 0 # Node ID e93f071bc17aecfca3144ec2d69bba7433a5ba03 # Parent 027fc9d16ad179a392b57feccce2f55280998dbf 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 -r 027fc9d16ad1 -r e93f071bc17a lisp/vc.el --- a/lisp/vc.el Fri May 09 20:21:48 2008 +0000 +++ b/lisp/vc.el Fri May 09 20:28:54 2008 +0000 @@ -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.