Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2d5dfd9

Browse files
committed
Fixup for new pgcvslog feature.
1 parent 7d4dd3a commit 2d5dfd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/pgcvslog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.34 2007/10/01 02:59:03 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.35 2007/10/01 03:01:38 momjian Exp $
44

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

0 commit comments

Comments
 (0)