Browse Source

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 13 years ago committed by Junio C Hamano
parent
commit
a393f48823
  1. 2
      contrib/mw-to-git/git-remote-mediawiki

2
contrib/mw-to-git/git-remote-mediawiki

@ -579,6 +579,8 @@ sub get_last_remote_revision { @@ -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…
Cancel
Save