Commit 8ddeb48c authored by Bruce Momjian's avatar Bruce Momjian

Update pgcvslog text to simply "<branch>"

parent 4164e663
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.35 2007/10/01 03:01:38 momjian Exp $
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.36 2007/10/01 13:04:55 momjian Exp $
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
......@@ -108,7 +108,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
$1 == "revision" \
{
if ($2 ~ /\..*\./)
back_branch=" <back-patch>"
back_branch=" <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