comparison lisp/vc-svn.el @ 106082:2df31b09d293

(vc-svn-print-log): Fix typo in previous.
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Nov 2009 04:35:33 +0000
parents 2bed02fa3041
children 6e0f1038bc44
comparison
equal deleted inserted replaced
106081:40a964793dc2 106082:2df31b09d293
483 ;; subsequent commits. At least that's what the 483 ;; subsequent commits. At least that's what the
484 ;; vc-cvs.el code does. 484 ;; vc-cvs.el code does.
485 "-rHEAD:0" 485 "-rHEAD:0"
486 (when limit (list "-l" (format "%s" limit))))) 486 (when limit (list "-l" (format "%s" limit)))))
487 ;; Dump log for the entire directory. 487 ;; Dump log for the entire directory.
488 (apply vc-svn-command buffer 0 nil "log" "-rHEAD:0" 488 (apply 'vc-svn-command buffer 0 nil "log" "-rHEAD:0"
489 (when limit (list "-l" (format "%s" limit)))))))) 489 (when limit (list "-l" (format "%s" limit))))))))
490 490
491 (defun vc-svn-diff (files &optional oldvers newvers buffer) 491 (defun vc-svn-diff (files &optional oldvers newvers buffer)
492 "Get a difference report using SVN between two revisions of fileset FILES." 492 "Get a difference report using SVN between two revisions of fileset FILES."
493 (and oldvers 493 (and oldvers