Re: [PATCH v3] git-remote-mediawiki: bugfix for pages w/ >500 revisions

2013-09-25 Thread Matthieu Moy
Benoit Person writes: > contrib/mw-to-git/git-remote-mediawiki.perl | 14 -- > contrib/mw-to-git/t/t9365-continuing-queries.sh | 23 +++ This version sounds all right. Thanks a lot, -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this

[PATCH v3] git-remote-mediawiki: bugfix for pages w/ >500 revisions

2013-09-24 Thread Benoit Person
Mediawiki introduces a new API for queries w/ more than 500 results in version 1.21. That change triggered an infinite loop while cloning a mediawiki with such a page. The latest API renamed and moved the "continuing" information in the response, necessary to build the next query. The code failed