From: Dan Nicolaescu Date: Thu, 28 Feb 2008 03:37:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~7605 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7aa1137432bb5bfcd44987b5bac74db9474076f;p=emacs.git *** empty log message *** --- diff --git a/lisp/vc.el b/lisp/vc.el index 8e4ace739c3..981791ca1b3 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -553,10 +553,6 @@ ;;; Todo: -;; - Make vc-checkin avoid reverting the buffer if has not changed -;; after the checkin. Comparing (md5 BUFFER) to (md5 FILE) should -;; be enough. -;; ;; - vc-update/vc-merge should deal with VC systems that don't ;; update/merge on a file basis, but on a whole repository basis. ;;