Commit 41f8f374 authored by Bruce Momjian's avatar Bruce Momjian

Add comment about cvs branch numbers.

parent 94035980
#!/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;} ...@@ -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 = ""
......
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