Jarl> For one reproduction of the bug, the only strange I can
see regarding
Jarl> the misbehaviour of pcl-cvs is a longer splitter line, in "*cvs*"
Jarl> buffer I have
That's it!
This is straight out of emacs/lisp/pcvs-parse.el of GNU Emacs:
(defun cvs-parse-status ()
(let (nofile path base-rev head-rev type)
(and
(cvs-match
"===================================================================$")
Your output contains lines with either 67 (handled today) or 73 ='s.
What kind of strange cvs behavior is that ?
Looking at cvs's source code, I can't see how that can ever happen.
Anyway, the fix on PCL-CVS' side is trivial.
Stefan