Mercurial > hg
diff hgext/keyword.py @ 20703:e07b1fd30805
revset: added sort methods to generatorsets
Method needed to propagate sort calls amongst lazy structures.
The generated list (stored in the object) is sorted.
If the generated list did not contain all elements from the generator, we
take care of that before sorting the list.
author | Lucas Moscovicz <lmoscovicz@fb.com> |
---|---|
date | Mon, 24 Feb 2014 16:36:17 -0800 |
parents | 3a35ba2681ec |
children | 49f2d5644f04 |