aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2008-05-09 20:28:54 +0000
committerEric S. Raymond2008-05-09 20:28:54 +0000
commit6877092ed693b50f487b4b6f4f14e631f4f7045c (patch)
tree205dd0d552a46fb961e824b76f5d404c4aa39c3c
parentaf83ee68b7676914509d3d6619912f148f38b914 (diff)
downloademacs-6877092ed693b50f487b4b6f4f14e631f4f7045c.tar.gz
emacs-6877092ed693b50f487b4b6f4f14e631f4f7045c.zip
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 3c3563d6d63..1778894e66b 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -552,9 +552,6 @@
552 552
553;;; Todo: 553;;; Todo:
554 554
555;; - vc-update/vc-merge should deal with VC systems that don't
556;; update/merge on a file basis, but on a whole repository basis.
557;;
558;; - deal with push/pull operations. 555;; - deal with push/pull operations.
559;; 556;;
560;; - "snapshots" should be renamed to "branches", and thoroughly reworked. 557;; - "snapshots" should be renamed to "branches", and thoroughly reworked.