ApiQueryRevisions: Restore use of rvstartid/rvendid as a tiebreaker
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 8 May 2017 18:18:03 +0000 (14:18 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 8 May 2017 18:34:13 +0000 (14:34 -0400)
commit09736bd00d0b77465befc1c2d3898529bc7a6b37
tree25adb316049b3bd1d4e5f8907c1e90fabe50a3cf
parent1f117c6ce3e444b6073a286b05f6dcb9c7df00c8
ApiQueryRevisions: Restore use of rvstartid/rvendid as a tiebreaker

If rvstartid/rvendid are used with revisions that have the same
timestamp, we should omit any revisions with the same timestamp but
out-of-range IDs.

Bug: T163532
Change-Id: I6ba5e0724945668dad55eec0d09cb7d3fe08e347
includes/api/ApiQueryRevisions.php