summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-10-20 01:28:35 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-10-20 01:28:35 +0000
commit54a2247d6e1c0b6abb8df6808130797f2a5eec50 (patch)
treeb716549d33c846844216486e3204fccff073308b /lisp/vc-svn.el
parent844b90ae5980f87dd25b38e8cc9e46568f3aa727 (diff)
downloademacs-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.el4
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
;;;