Mercurial > evolve
diff tests/test-stablesort.t @ 3262:774f69d74ec2
stablesort: start implementing more advanced version of headstart sorting
Now that we can validate the sort with a basic implementation, we can start
implementing a version that will support caching and other goodies.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 25 Nov 2017 16:05:09 -0500 |
parents | 064738ae1588 |
children | 07678f7a4481 |
line wrap: on
line diff
--- a/tests/test-stablesort.t Sun Dec 10 01:38:48 2017 +0100 +++ b/tests/test-stablesort.t Sat Nov 25 16:05:09 2017 -0500 @@ -10,7 +10,7 @@ > logtemplate = "{rev} {node|short} {desc} {tags}\n" > [alias] > showsort = debugstablesort --template="{node|short}\n" --method basic-mergepoint - > showsorthead = debugstablesort --template="{node|short}\n" --method basic-headstart + > showsorthead = debugstablesort --template="{node|short}\n" --method headstart > EOF