Variable: cvs-parse-ignored-messages
cvs-parse-ignored-messages is a customizable variable defined in
pcvs-parse.el.gz.
Value
("Executing ssh-askpass to query the password.*$"
".*Remote host denied X11 forwarding.*$")
Documentation
A list of regexps matching messages that should be ignored by the parser.
Each regexp should match a whole set of lines and should hence be terminated
by $.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-parse.el.gz
(defcustom cvs-parse-ignored-messages
'("Executing ssh-askpass to query the password.*$"
".*Remote host denied X11 forwarding.*$")
"A list of regexps matching messages that should be ignored by the parser.
Each regexp should match a whole set of lines and should hence be terminated
by `$'."
:group 'pcl-cvs
:type '(repeat regexp))