From 9a70fc3be3b1e966bf78825cdb8d509963a6f0a1 Mon Sep 17 00:00:00 2001 From: "Mark J. Nelson" Date: Wed, 6 Aug 2008 16:29:39 -0600 Subject: 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 --- usr/src/tools/scripts/webrev.sh | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'usr/src/tools/scripts/webrev.sh') 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 "
" print "

" -print "This code review page was prepared using $0" -print "(vers $WEBREV_UPDATED)." +print "This code review page was prepared using $0." print "Webrev is maintained by the " print "OpenSolaris project. The latest version may be obtained" print "here.

" -- cgit v1.2.3