From eaaa89e68c57e494215555abc8492cbce792f1d6 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 31 May 2018 11:55:22 +0100 Subject: Mention the VCS cache if we're running stattrans.pl with -v --- stattrans.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index fcf8f6a0515..ab110bac63e 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -69,7 +69,13 @@ if (-d "$config{'wmldir'}/CVS") { my $l = Webwml::Langs->new($opt_w); my %langs = $l->name_iso(); my $VCS = Local::VCS->new(); +if ($config{verbose}) { + print "Caching VCS for performancs...\n"; +} $VCS->cache_repo(); +if ($config{verbose}) { + print " ...done\n"; +} my $transignore = Webwml::TransIgnore->new($opt_w); -- cgit v1.2.3