comparison tests/test-eol-patch.t @ 22713:f5f51872883d

abstractsmartset: default implementation for `ascending` and `descending` These two methods are actually silly aliases for `sort()` and `sort(reverse=True)`. So we get that aliasing at the abstractsmartset level. We will slowly phase out all the custom implementations and eventually remove any mentions of it from the code.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 02 Oct 2014 18:34:18 -0500
parents 43b3b761d9d1
children
comparison
equal deleted inserted replaced
22712:093df3b77f27 22713:f5f51872883d