From: Paul Eggert Date: Fri, 12 Apr 2024 20:14:29 +0000 (-0700) Subject: rcs2log now groks add-log-time-zone rule X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1880d802ffed85c052dc6322a76f61793753fed5;p=emacs.git rcs2log now groks add-log-time-zone rule * lib-src/rcs2log (extractTZ): Adjust to renaming of change-log-time-zone-rule to add-log-time-zone rule, by allowing either spelling. (cherry picked from commit c26261c027ef7594427d477208b8126d6e4982bd) --- diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 61301e7246d..94234d01c98 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -261,10 +261,10 @@ case $rlogfile in if test -s "$changelog" then extractTZ=' - /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*"\([^"]*\)".*/{ + /^.*-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*"\([^"]*\)".*/{ s//\1/; p; q } - /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*t.*/{ + /^.*-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*t.*/{ s//UTC0/; p; q } '