# HG changeset patch # User Juanma Barranquero # Date 1187005070 0 # Node ID 889170c201e6dd63d14178f841a85b36dc8ade6a # Parent 3843f60b914fa306d8a2bd34bc957a565b1d5352 (cvs-parse-table): Handle additional instance of optional quotes around files in NEED-UPDATE . REMOVED case. diff -r 3843f60b914f -r 889170c201e6 lisp/pcvs-parse.el --- a/lisp/pcvs-parse.el Mon Aug 13 09:28:31 2007 +0000 +++ b/lisp/pcvs-parse.el Mon Aug 13 11:37:50 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)))