Skip to content
Snippets Groups Projects
Commit 41f8f374 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add comment about cvs branch numbers.

parent 94035980
No related branches found
No related tags found
No related merge requests found
#!/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 = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment