Add comment about cvs branch numbers.
This commit is contained in:
parent
9403598059
commit
41f8f37474
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.37 2007/10/05 16:42:32 momjian Exp $
|
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.38 2007/10/05 18:40:52 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
|
||||||
@ -129,6 +129,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
|
|||||||
# mark back branches
|
# mark back branches
|
||||||
$1 == "revision" \
|
$1 == "revision" \
|
||||||
{
|
{
|
||||||
|
# back branches have +2 periods in revision number
|
||||||
if ($2 ~ /\..*\./)
|
if ($2 ~ /\..*\./)
|
||||||
back_branch=" <branch>"
|
back_branch=" <branch>"
|
||||||
else back_branch = ""
|
else back_branch = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user