8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4164e66 commit 8ddeb48Copy full SHA for 8ddeb48
src/tools/pgcvslog
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $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 $
4
5
# This utility is used to generate a compact list of changes
6
# for each release, bjm 2000-02-22
@@ -108,7 +108,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
108
$1 == "revision" \
109
{
110
if ($2 ~ /\..*\./)
111
- back_branch=" <back-patch>"
+ back_branch=" <branch>"
112
else back_branch = ""
113
}
114
0 commit comments