comparison lisp/vc-svn.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 89d37b54b964
children 5e64dca662f0
comparison
equal deleted inserted replaced
94805:89d37b54b964 94806:eedf64b515f0
428 ;; subsequent commits. At least that's what the 428 ;; subsequent commits. At least that's what the
429 ;; vc-cvs.el code does. 429 ;; vc-cvs.el code does.
430 "-rHEAD:0")) 430 "-rHEAD:0"))
431 ;; Dump log for the entire directory. 431 ;; Dump log for the entire directory.
432 (vc-svn-command buffer 0 nil "log" "-rHEAD:0"))))) 432 (vc-svn-command buffer 0 nil "log" "-rHEAD:0")))))
433
434 (defun vc-svn-wash-log ()
435 "Remove all non-comment information from log output."
436 ;; FIXME: not implemented for SVN
437 nil)
438 433
439 (defun vc-svn-diff (files &optional oldvers newvers buffer) 434 (defun vc-svn-diff (files &optional oldvers newvers buffer)
440 "Get a difference report using SVN between two revisions of fileset FILES." 435 "Get a difference report using SVN between two revisions of fileset FILES."
441 (and oldvers 436 (and oldvers
442 (catch 'no 437 (catch 'no