aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-05-12 17:19:41 +0000
committerDan Nicolaescu <[email protected]>2008-05-12 17:19:41 +0000
commit84cb74cf070bd76a81e81f597165d67875fe79a7 (patch)
treedcad90ce0d2bc0c9305b830ccc5b78211ee041d8
parent93614fc1f83ac10ea4bf179b85722ca7e724f31e (diff)
Re-add Todo item about merging.
-rw-r--r--lisp/vc.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index c0998be883..54a544b2da 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -559,6 +559,15 @@
;; - add a mechanism for editing the underlying VCS's list of files
;; to be ignored, when that's possible.
;;
+;;;; Primitives that need changing:
+;;
+;; - vc-update/vc-merge should deal with VC systems that don't
+;; update/merge on a file basis, but on a whole repository basis.
+;; vc-update and vc-merge assume the arguments are always files,
+;; they don't deal with directories. Make sure the *vc-dir* buffer
+;; is updated after these operations.
+;; At least bzr, git and hg should benefit from this.
+;;
;;;; Improved branch and tag handling:
;;
;; - "snapshots" should be renamed to "tags", and thoroughly reworked.