comparison lisp/vc-mcvs.el @ 87432:315124ffb889

* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put machinery in place to support editing of change comments with 'e' in a log-view buffer. Not documented yet as this only works for SCCS, RCS, and maybe CVS if you have admin privileges. When we have backend support for Subversion and more modern systems it will ve time to write this up.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 27 Dec 2007 11:26:27 +0000
parents c0ee02a9ac55
children c5df210848ca
comparison
equal deleted inserted replaced
87431:59242fb42f3a 87432:315124ffb889
430 ) 430 )
431 (pop-to-buffer "*vc*") 431 (pop-to-buffer "*vc*")
432 (error "Couldn't analyze mcvs update result"))) 432 (error "Couldn't analyze mcvs update result")))
433 (message "Merging changes into %s...done" file)))) 433 (message "Merging changes into %s...done" file))))
434 434
435 (defun vc-mcvs-modify-change-comment (files rev comment)
436 "Modify the change comments for FILES on a specified REV.
437 Will fail unless you have administrative privileges on the repo."
438 (vc-mcvs-command nil 0 files "rcs" (concat "-m" comment ":" rev)))
439
440
435 ;;; 441 ;;;
436 ;;; History functions 442 ;;; History functions
437 ;;; 443 ;;;
438 444
439 (defun vc-mcvs-print-log (files &optional buffer) 445 (defun vc-mcvs-print-log (files &optional buffer)