git-remote-mediawiki: show progress information when getting last remote revision

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Matthieu Moy 2012-07-16 21:46:41 +02:00 committed by Junio C Hamano
parent f690ddfdb7
commit a393f48823
1 changed files with 2 additions and 0 deletions

View File

@ -579,6 +579,8 @@ sub get_last_remote_revision {

my $max_rev_num = 0;

print STDERR "Getting last revision id on tracked pages...\n";

foreach my $page (@pages) {
my $id = $page->{pageid};