Mercurial > emacs
changeset 82047:7df018ac279e
Update status.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 23 Jul 2007 00:41:51 +0000 |
parents | 83bb644ccd17 |
children | 264941b7ff14 |
files | lisp/ChangeLog lisp/vc-git.el |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 22 23:20:31 2007 +0000 +++ b/lisp/ChangeLog Mon Jul 23 00:41:51 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-23 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-git.el: Update status. + 2007-07-22 Nick Roberts <nickrob@snap.net.nz> * bindings.el (mode-line-remote): New variable.
--- a/lisp/vc-git.el Sun Jul 22 23:20:31 2007 +0000 +++ b/lisp/vc-git.el Mon Jul 23 00:41:51 2007 +0000 @@ -61,13 +61,13 @@ ;; - dired-state-info (file) OK ;; STATE-CHANGING FUNCTIONS ;; * create-repo () OK -;; * register (files &optional rev comment) PORT TO NEW VC INTERFACE +;; * register (files &optional rev comment) OK ;; - init-version (file) ?? ;; - responsible-p (file) OK ;; - could-register (file) NEEDED ;; - receive-file (file rev) ?? ;; - unregister (file) NEEDED -;; * checkin (files rev comment) PORT TO NEW VC INTERFACE +;; * checkin (files rev comment) OK ;; * find-version (file rev buffer) NEEDED! ;; * checkout (file &optional editable rev) OK ;; * revert (file &optional contents-done) OK @@ -76,7 +76,7 @@ ;; - merge-news (file) NEEDED ;; - steal-lock (file &optional version) NOT NEEDED ;; HISTORY FUNCTIONS -;; * print-log (files &optional buffer) PORT TO NEW VC INTERFACE +;; * print-log (files &optional buffer) OK ;; - log-view-mode () OK ;; - show-log-entry (version) NOT NEEDED, DEFAULT IS GOOD ;; - wash-log (file) ??