Explicitly order the commits in the CommitListField
Review Request #10447 — Created March 16, 2019 and submitted — Latest diff uploaded
The
CommitListField
previously retrieved theDiffCommit
objects in
an unspecified order, which resulted in them sometimes being listed out
of order, specifically when a MySQL database was used. We now
explicitly order the query by the ID so that the commits will be
listed in creation order.