diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-20 01:28:35 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-20 01:28:35 +0000 |
commit | 54a2247d6e1c0b6abb8df6808130797f2a5eec50 (patch) | |
tree | b716549d33c846844216486e3204fccff073308b /lisp/vc-git.el | |
parent | 844b90ae5980f87dd25b38e8cc9e46568f3aa727 (diff) | |
download | emacs-54a2247d6e1c0b6abb8df6808130797f2a5eec50.tar.gz emacs-54a2247d6e1c0b6abb8df6808130797f2a5eec50.tar.bz2 emacs-54a2247d6e1c0b6abb8df6808130797f2a5eec50.zip |
* vc-bzr.el (vc-bzr-diff-tree):
* vc-git.el (vc-git-diff-tree):
* vc-hg.el (vc-hg-diff-tree):
* vc-mcvs.el (vc-mcvs-diff-tree):
* vc-mtn.el (vc-mtn-diff-tree):
* vc-svn.el (vc-svn-diff-tree): Remove.
Diffstat (limited to 'lisp/vc-git.el')
-rw-r--r-- | lisp/vc-git.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el index d98afa3de17..07714b26c32 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -87,8 +87,7 @@ ;; - comment-history (file) ?? ;; - update-changelog (files) COULD BE SUPPORTED ;; * diff (file &optional rev1 rev2 buffer) OK -;; - revision-completion-table (file) NEEDED? -;; - diff-tree (dir &optional rev1 rev2) OK +;; - revision-completion-table (files) NEEDED? ;; - annotate-command (file buf &optional rev) OK ;; - annotate-time () OK ;; - annotate-current-time () NOT NEEDED @@ -336,9 +335,6 @@ table (lambda () (vc-git-revision-table files)))) table)) -(defun vc-git-diff-tree (dir &optional rev1 rev2) - (vc-git-diff dir rev1 rev2)) - (defun vc-git-annotate-command (file buf &optional rev) ;; FIXME: rev is ignored (let ((name (file-relative-name file))) |