aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2008-05-09 20:28:54 +0000
committerEric S. Raymond <[email protected]>2008-05-09 20:28:54 +0000
commit6877092ed693b50f487b4b6f4f14e631f4f7045c (patch)
tree205dd0d552a46fb961e824b76f5d404c4aa39c3c
parentaf83ee68b7676914509d3d6619912f148f38b914 (diff)
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.
-rw-r--r--lisp/vc.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 3c3563d6d6..1778894e66 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.