comparison lisp/vc-cvs.el @ 94542:16651da1e3ed

Fix some comments to remove references to vc-dired.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 02 May 2008 07:38:11 +0000
parents 37fa7ba3820c
children a0bb8ca25a33
comparison
equal deleted inserted replaced
94541:8da676e385e1 94542:16651da1e3ed
796 796
797 ;; XXX: This does not work correctly for subdirectories. "cvs status" 797 ;; XXX: This does not work correctly for subdirectories. "cvs status"
798 ;; information is context sensitive, it contains lines like: 798 ;; information is context sensitive, it contains lines like:
799 ;; cvs status: Examining DIRNAME 799 ;; cvs status: Examining DIRNAME
800 ;; and the file entries after that don't show the full path. 800 ;; and the file entries after that don't show the full path.
801 ;; Because of this vc-dired only shows changed files at the top level 801 ;; Because of this VC directory listings only show changed files
802 ;; for CVS. 802 ;; at the top level for CVS.
803 (defun vc-cvs-parse-status (&optional full) 803 (defun vc-cvs-parse-status (&optional full)
804 "Parse output of \"cvs status\" command in the current buffer. 804 "Parse output of \"cvs status\" command in the current buffer.
805 Set file properties accordingly. Unless FULL is t, parse only 805 Set file properties accordingly. Unless FULL is t, parse only
806 essential information. Note that this can never set the 'ignored 806 essential information. Note that this can never set the 'ignored
807 state." 807 state."