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 #!/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 # This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22 # for each release, bjm 2000-02-22
@ -107,7 +107,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
# mark back branches # mark back branches
$1 == "revision" \ $1 == "revision" \
{ {
if ($2 ~ /\..*\./ && del == "Y") if ($2 ~ /\..*\./)
back_branch=" <back-patch>" back_branch=" <back-patch>"
else back_branch = "" else back_branch = ""
} }