From a76760530976c4d6eb5f7a53d47217326a565e9c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 22 Apr 2005 12:43:04 +0000 Subject: [PATCH] INTEGRATION: CWS hr15 (1.6.172); FILE MERGED 2005/04/19 15:21:53 hr 1.6.172.1: #121889#: extract bugtracker, issuezilla, bugtraq+, mozilla, gnome and evolution tasks from revision comment --- solenv/bin/cwsanalyze.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/solenv/bin/cwsanalyze.pl b/solenv/bin/cwsanalyze.pl index f8a4a266a456..acb17bb39d6c 100755 --- a/solenv/bin/cwsanalyze.pl +++ b/solenv/bin/cwsanalyze.pl @@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: cwsanalyze.pl,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2005-04-22 13:34:55 $ +# last change: $Author: obo $ $Date: 2005-04-22 13:43:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,6 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # #************************************************************************* - # # cwsanalyze.pl - analyze child workspace, report findings # cwsintegrate.pl - integrate child workspace into master workspace @@ -102,7 +101,7 @@ $log = Logging->new() if (!$@); ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; my $script_rev; -my $id_str = ' $Revision: 1.7 $ '; +my $id_str = ' $Revision: 1.8 $ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-");