aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-05-31 11:55:22 +0100
committerSteve McIntyre <steve@einval.com>2018-05-31 11:55:22 +0100
commiteaaa89e68c57e494215555abc8492cbce792f1d6 (patch)
treeedbeef986cc96208ce21efeec0b0520c6953cce0 /stattrans.pl
parentefc00108d1057ca715beea03271cfe9ebb55c22e (diff)
Mention the VCS cache if we're running stattrans.pl with -v
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl6
1 files changed, 6 insertions, 0 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy