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>
This commit is contained in:

committed by
Junio C Hamano

parent
f690ddfdb7
commit
a393f48823
@ -579,6 +579,8 @@ sub get_last_remote_revision {
|
|||||||
|
|
||||||
my $max_rev_num = 0;
|
my $max_rev_num = 0;
|
||||||
|
|
||||||
|
print STDERR "Getting last revision id on tracked pages...\n";
|
||||||
|
|
||||||
foreach my $page (@pages) {
|
foreach my $page (@pages) {
|
||||||
my $id = $page->{pageid};
|
my $id = $page->{pageid};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user