]> git.eshelyaron.com Git - emacs.git/commitdiff
Item said "vc-update/vc-merge should deal with VC systems that don't
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 9 May 2008 20:28:54 +0000 (20:28 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 9 May 2008 20:28:54 +0000 (20:28 +0000)
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.

lisp/vc.el

index 3c3563d6d63a725d378fda40ed1d831e25a7a877..1778894e66b22d082057d8cd476a60242e3e5781 100644 (file)
 
 ;;; 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.