2010/6/19 S. Nunes snunes@gmail.com:
Thanks for the feedback.
With this particular API call I would expect to get all revisions of an article that occurred between two specific revisions (identified by ids). I didn't assume that revids would be ordered.
So, given two revids of an article - can I get all the revisions in between with the API?
You can use rvstart and rvend to get all revisions between two timestamps, so if you really wanted to you could look up the timestamps of your revisions with prop=revisions&revids=123|456 , then plug those into rvstart and rvend.
Roan Kattouw (Catrope)