Mercurial > hg
comparison mercurial/cmdutil.py @ 20724:e9a64b3f2925
revset: added sort method in addset
We need this method to duck-type generatorset since this class is not going to
be used outside revset.py and we don't need to duck-type baseset.
This sort method will only do something when the addset is not already sorted
or is not sorted in the way we want it to be.
author | Lucas Moscovicz <lmoscovicz@fb.com> |
---|---|
date | Tue, 11 Mar 2014 17:03:43 -0700 |
parents | 9c1665f36588 |
children | cfd03c069e08 |
comparison
equal
deleted
inserted
replaced
20723:fb9852c46a42 | 20724:e9a64b3f2925 |
---|