comparison lisp/vc-git.el @ 94572:3bdffe280ad3

Remove logentry primitive from backend API.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 03 May 2008 07:39:17 +0000
parents a0bb8ca25a33
children ee5932bf781d
comparison
equal deleted inserted replaced
94571:61cca370b8f5 94572:3bdffe280ad3
81 ;; HISTORY FUNCTIONS 81 ;; HISTORY FUNCTIONS
82 ;; * print-log (files &optional buffer) OK 82 ;; * print-log (files &optional buffer) OK
83 ;; - log-view-mode () OK 83 ;; - log-view-mode () OK
84 ;; - show-log-entry (revision) OK 84 ;; - show-log-entry (revision) OK
85 ;; - wash-log (file) COULD BE SUPPORTED 85 ;; - wash-log (file) COULD BE SUPPORTED
86 ;; - logentry-check () NOT NEEDED
87 ;; - comment-history (file) ?? 86 ;; - comment-history (file) ??
88 ;; - update-changelog (files) COULD BE SUPPORTED 87 ;; - update-changelog (files) COULD BE SUPPORTED
89 ;; * diff (file &optional rev1 rev2 buffer) OK 88 ;; * diff (file &optional rev1 rev2 buffer) OK
90 ;; - revision-completion-table (files) OK 89 ;; - revision-completion-table (files) OK
91 ;; - annotate-command (file buf &optional rev) OK 90 ;; - annotate-command (file buf &optional rev) OK