mirror of
https://github.com/git/git.git
synced 2025-04-08 04:05:49 +00:00
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:
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…
x
Reference in New Issue
Block a user