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 [EMACS_22_BASE]


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

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/08/13 11:37:50

Index: pcvs-parse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcvs-parse.el,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -b -r1.30.2.1 -r1.30.2.2
--- pcvs-parse.el       25 Jul 2007 04:47:09 -0000      1.30.2.1
+++ pcvs-parse.el       13 Aug 2007 11:37:50 -0000      1.30.2.2
@@ -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]