Commit 2d5dfd95 authored by Bruce Momjian's avatar Bruce Momjian

Fixup for new pgcvslog feature.

parent 7d4dd3ab
#!/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;} ...@@ -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 = ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment