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-svn.el | |
parent | 844b90ae5980f87dd25b38e8cc9e46568f3aa727 (diff) | |
download | emacs-54a2247d6e1c0b6abb8df6808130797f2a5eec50.tar.gz |
* 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-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 43643b931d9..76fdbe5162f 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -437,10 +437,6 @@ The changes are between FIRST-VERSION and SECOND-VERSION." ;; status w.r.t whether the diff was empty or not. (buffer-size (get-buffer buffer))))) -(defun vc-svn-diff-tree (dir &optional rev1 rev2) - "Diff all files at and below DIR." - (vc-svn-diff (list (file-name-as-directory dir)) rev1 rev2)) - ;;; ;;; Snapshot system ;;; |