comparison lisp/vc-svn.el @ 100144:36d20f829f38

Coract spelling.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 03:25:15 +0000
parents 18d556e2b8e1
children 9cc555e1a10e
comparison
equal deleted inserted replaced
100143:418a07b809e5 100144:36d20f829f38
409 (message "Merging changes into %s...done" file)))) 409 (message "Merging changes into %s...done" file))))
410 410
411 (defun vc-svn-modify-change-comment (files rev comment) 411 (defun vc-svn-modify-change-comment (files rev comment)
412 "Modify the change comments for a specified REV. 412 "Modify the change comments for a specified REV.
413 You must have ssh access to the repository host, and the directory Emacs 413 You must have ssh access to the repository host, and the directory Emacs
414 uses locally for temp files must also be writeable by you on that host. 414 uses locally for temp files must also be writable by you on that host.
415 This is only supported if the repository access method is either file:// 415 This is only supported if the repository access method is either file://
416 or svn+ssh://." 416 or svn+ssh://."
417 (let (tempfile host remotefile directory fileurl-p) 417 (let (tempfile host remotefile directory fileurl-p)
418 (with-temp-buffer 418 (with-temp-buffer
419 (vc-do-command (current-buffer) 0 vc-svn-program nil "info") 419 (vc-do-command (current-buffer) 0 vc-svn-program nil "info")