# HG changeset patch # User Dan Nicolaescu # Date 1204169860 0 # Node ID ef8bc859952bf7a1842af2002f8b90550d750cd9 # Parent a60153302fa540c583a1d53bf33e45b81dd3f44f *** empty log message *** diff -r a60153302fa5 -r ef8bc859952b lisp/vc.el --- a/lisp/vc.el Thu Feb 28 03:35:22 2008 +0000 +++ b/lisp/vc.el Thu Feb 28 03:37:40 2008 +0000 @@ -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. ;;