emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v
Date: Mon, 23 Jul 2007 00:41:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/07/23 00:41:52

Index: vc-git.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- vc-git.el   22 Jul 2007 22:03:27 -0000      1.3
+++ vc-git.el   23 Jul 2007 00:41:50 -0000      1.4
@@ -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)                              ??




reply via email to

[Prev in Thread] Current Thread [Next in Thread]