Fixup for new pgcvslog feature.

This commit is contained in:
Bruce Momjian 2007-10-01 03:01:38 +00:00
parent 7d4dd3ab41
commit 2d5dfd9516

View file

@ -1,6 +1,6 @@
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.34 2007/10/01 02:59:03 momjian Exp $
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.35 2007/10/01 03:01:38 momjian Exp $
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
@ -107,7 +107,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
# mark back branches
$1 == "revision" \
{
if ($2 ~ /\..*\./ && del == "Y")
if ($2 ~ /\..*\./)
back_branch=" <back-patch>"
else back_branch = ""
}