diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 17:30:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 17:30:49 +0000 |
commit | 6aa5d910bf3bef29b61e6d7bde22465f8a8db85f (patch) | |
tree | 6a7403460ec8702d47a107eaf50c9a2349be3322 /lisp/vc-mtn.el | |
parent | a749e19d070f015f11d6e4b7fad2841d4b0df358 (diff) | |
download | emacs-6aa5d910bf3bef29b61e6d7bde22465f8a8db85f.tar.gz |
Remove wash-log from the VC backend API.
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r-- | lisp/vc-mtn.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index d64f05c8091..d4d1b1ff8e3 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -175,8 +175,6 @@ ;; (defun vc-mtn-show-log-entry (revision) ;; ) -(defun vc-mtn-wash-log (file)) - (defun vc-mtn-diff (files &optional rev1 rev2 buffer) (apply 'vc-mtn-command (or buffer "*vc-diff*") 1 files "diff" (append (if rev1 (list "-r" rev1)) (if rev2 (list "-r" rev2))))) |