# HG changeset patch # User Juanma Barranquero # Date 1187001700 0 # Node ID be079227e4e1955286b7996cbbd42c0fc4ce52f9 # Parent cb141f69842050e5d492b73d63b6b6ef53951f8d (cvs-parse-table): Handle additional instance of optional quotes around files in NEED-UPDATE . REMOVED case. diff -r cb141f698420 -r be079227e4e1 lisp/pcvs-parse.el --- a/lisp/pcvs-parse.el Mon Aug 13 06:30:11 2007 +0000 +++ b/lisp/pcvs-parse.el Mon Aug 13 10:41:40 2007 +0000 @@ -284,6 +284,8 @@ ;; File removed, since it is removed (by third party) in repository. (and (cvs-or + ;; some cvs versions output quotes around these files + (cvs-match "warning: `\\(.*\\)' is not (any longer) pertinent$" (file 1)) (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1)) (cvs-match "`\\(.*\\)' is no longer in the repository$" (file 1)) (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))