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
parent
f690ddfdb7
commit
a393f48823
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in New Issue