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

Commit 41f8f37

Browse files
committed
Add comment about cvs branch numbers.
1 parent 9403598 commit 41f8f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/pgcvslog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.37 2007/10/05 16:42:32 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.38 2007/10/05 18:40:52 momjian Exp $
44

55
# This utility is used to generate a compact list of changes
66
# for each release, bjm 2000-02-22
@@ -129,6 +129,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
129129
# mark back branches
130130
$1 == "revision" \
131131
{
132+
# back branches have +2 periods in revision number
132133
if ($2 ~ /\..*\./)
133134
back_branch=" <branch>"
134135
else back_branch = ""

0 commit comments

Comments
 (0)