Symptoms:
- Maniphest email is now showing transactions in reverse order (not sure this was up to date, though).
- When a revision is accepted, the notification popup bubble now says "X is ready to land", not "alice accepted X".
Probable cause:
- The "stablize sort in PHP 7" stuff probably missed an extra array_reverse() somewhere, since the old sort order was flipped? Or the new sort order is flipped?