Mercurial > emacs
changeset 94822:e93f071bc17a
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.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 09 May 2008 20:28:54 +0000 |
parents | 027fc9d16ad1 |
children | 7f11d589b5ad |
files | lisp/vc.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri May 09 20:21:48 2008 +0000 +++ b/lisp/vc.el Fri May 09 20:28:54 2008 +0000 @@ -552,9 +552,6 @@ ;;; 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.