emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el,v
Date: Mon, 13 Aug 2007 10:41:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/08/13 10:41:40

Index: pcvs-parse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs-parse.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- pcvs-parse.el       26 Jul 2007 05:26:31 -0000      1.31
+++ pcvs-parse.el       13 Aug 2007 10:41:40 -0000      1.32
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]