# HG changeset patch # User Stefan Monnier # Date 1196225284 0 # Node ID 5253774a34e8439ad02020251cfea8b0ea5ecfac # Parent 13041217da4b93aef0586599262e62161d014de6 (cvs-parse-table): Adjust regexp for resurrections. diff -r 13041217da4b -r 5253774a34e8 lisp/ChangeLog --- a/lisp/ChangeLog Wed Nov 28 04:46:22 2007 +0000 +++ b/lisp/ChangeLog Wed Nov 28 04:48:04 2007 +0000 @@ -1,3 +1,7 @@ +2007-11-28 Stefan Monnier + + * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections. + 2007-11-28 Glenn Morris * nxml/nxml-enc.el (xmltok-get-declared-encoding-position): @@ -27,8 +31,8 @@ * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc. (check-declare-verify): Handle fset. - * emulation/edt.el (edt-user-emulation-setup): Test - edt-setup-user-bindings is bound before calling. + * emulation/edt.el (edt-user-emulation-setup): + Test edt-setup-user-bindings is bound before calling. * emulation/tpu-edt.el: Don't require cl when compiling. (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions. @@ -54,8 +58,8 @@ 2007-11-27 Dan Nicolaescu - * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify - byte compiler. + * progmodes/cperl-mode.el (compilation-error-regexp-alist): + Pacify byte compiler. (cperl-mode): Use with-no-warnings for setting vc-header-alist. * progmodes/idlwave.el (idlwave-shell-get-path-info) @@ -254,8 +258,7 @@ (calendar-absolute-from-gregorian, dst-in-effect): Declare as functions. - * calc/calc-help.el (Info-goto-node, Info-last): Declare as - functions. + * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions. * calc/calc-lang.el (math-read-factor, math-read-expr-level): Declare as functions. diff -r 13041217da4b -r 5253774a34e8 lisp/pcvs-parse.el --- a/lisp/pcvs-parse.el Wed Nov 28 04:46:22 2007 +0000 +++ b/lisp/pcvs-parse.el Wed Nov 28 04:48:04 2007 +0000 @@ -302,7 +302,7 @@ ;; [add] this will also show up as a `U ' (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