1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

Re-add Todo item about merging.

This commit is contained in:
Dan Nicolaescu 2008-05-12 17:19:41 +00:00
parent 93614fc1f8
commit 84cb74cf07

View File

@ -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.