]> code.delx.au - gnu-emacs/commitdiff
Re-add Todo item about merging.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 May 2008 17:19:41 +0000 (17:19 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 May 2008 17:19:41 +0000 (17:19 +0000)
lisp/vc.el

index c0998be883a5ffd539f01031b9249d9a19c224ce..54a544b2daee61dd47c0feaee683e7d8ade559d7 100644 (file)
 ;; - 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.