diff options
author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
---|---|---|
committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
commit | 9a70fc3be3b1e966bf78825cdb8d509963a6f0a1 (patch) | |
tree | 37cd6d18c9cdf3a8d6012e657cd17a9783f5a182 /usr/src/tools/scripts/webrev.sh | |
parent | 733c059aa6d54dc62d25850c71f71091e10d0aaa (diff) | |
download | illumos-joyent-9a70fc3be3b1e966bf78825cdb8d509963a6f0a1.tar.gz |
6733918 Teamware has retired, please welcome your new manager, Mercurial
4758439 some files use "current date" sccs keywords
6560843 asm sources should not rely on .file "%M%" for naming STT_FILE symbols
6560958 Solaris:: perl modules should not use SCCS keywords in version information
6729074 webrev doesn't deal well with remote ssh hg parents
Diffstat (limited to 'usr/src/tools/scripts/webrev.sh')
-rw-r--r-- | usr/src/tools/scripts/webrev.sh | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index c0c4cc0a45..04ce3a16fe 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -19,7 +19,7 @@ # # CDDL HEADER END # -# ident "%Z%%M% %I% %E% SMI" + # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -35,13 +35,6 @@ # man page. # -# -# The following variable is set to SCCS delta date 20YY/MM/DD. -# Note this will have to be changed in 2100 or when SCCS has support for -# 4 digit years; whichever is the sooner! -# -WEBREV_UPDATED=20%E% - REMOVED_COLOR=brown CHANGED_COLOR=blue NEW_COLOR=blue @@ -1396,7 +1389,7 @@ function hg_active_wxfile typeset parent=$2 TMPFLIST=/tmp/$$.active - $HG_ACTIVE -w $child -p $parent > $TMPFLIST + $HG_ACTIVE -w $child -p $parent -o $TMPFLIST wxfile=$TMPFLIST } @@ -2824,8 +2817,7 @@ print print print "<hr></hr>" print "<p style=\"font-size: small\">" -print "This code review page was prepared using <b>$0</b>" -print "(vers $WEBREV_UPDATED)." +print "This code review page was prepared using <b>$0</b>." print "Webrev is maintained by the <a href=\"http://www.opensolaris.org\">" print "OpenSolaris</a> project. The latest version may be obtained" print "<a href=\"http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/scripts/webrev.sh\">here</a>.</p>" |