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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el,v
Date: Wed, 28 Nov 2007 04:48:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/28 04:48:05

Index: pcvs-parse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs-parse.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- pcvs-parse.el       21 Nov 2007 04:55:56 -0000      1.33
+++ pcvs-parse.el       28 Nov 2007 04:48:03 -0000      1.34
@@ -302,7 +302,7 @@
 
        ;; [add] this will also show up as a `U <file>'
        (and
-       (cvs-match "\\(.*\\), version \\(.*\\), resurrected$"
+       (cvs-match "`?\\(.*?\\)'?, version \\(.*\\), resurrected$"
                   (path 1) (base-rev 2))
        ;; FIXME: resurrection only brings back the original version,
        ;; not the latest on the branch, so `up-to-date' is not always




reply via email to

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