Skip to content
Snippets Groups Projects
Commit 2d5dfd95 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fixup for new pgcvslog feature.

parent 7d4dd3ab
No related branches found
No related tags found
No related merge requests found
#!/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 = ""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment