comparison lisp/vc-git.el @ 94806:eedf64b515f0

Remove wash-log from the VC backend API.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 17:30:49 +0000
parents bf91c987049c
children 5e64dca662f0
comparison
equal deleted inserted replaced
94805:89d37b54b964 94806:eedf64b515f0
77 ;; - steal-lock (file &optional revision) NOT NEEDED 77 ;; - steal-lock (file &optional revision) NOT NEEDED
78 ;; HISTORY FUNCTIONS 78 ;; HISTORY FUNCTIONS
79 ;; * print-log (files &optional buffer) OK 79 ;; * print-log (files &optional buffer) OK
80 ;; - log-view-mode () OK 80 ;; - log-view-mode () OK
81 ;; - show-log-entry (revision) OK 81 ;; - show-log-entry (revision) OK
82 ;; - wash-log (file) COULD BE SUPPORTED
83 ;; - comment-history (file) ?? 82 ;; - comment-history (file) ??
84 ;; - update-changelog (files) COULD BE SUPPORTED 83 ;; - update-changelog (files) COULD BE SUPPORTED
85 ;; * diff (file &optional rev1 rev2 buffer) OK 84 ;; * diff (file &optional rev1 rev2 buffer) OK
86 ;; - revision-completion-table (files) OK 85 ;; - revision-completion-table (files) OK
87 ;; - annotate-command (file buf &optional rev) OK 86 ;; - annotate-command (file buf &optional rev) OK