Mercurial > evolve
diff tests/test-stablesort.t @ 3263:07678f7a4481
stablesort: introduce a cache object
The object is not caching anything yet, but the API are getting into place.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 25 Nov 2017 18:31:37 -0500 |
parents | 774f69d74ec2 |
children | 4303a46b4167 20b6dae466a7 |
line wrap: on
line diff
--- a/tests/test-stablesort.t Sat Nov 25 16:05:09 2017 -0500 +++ b/tests/test-stablesort.t Sat Nov 25 18:31:37 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 headstart + > showsorthead = debugstablesort --template="{node|short}\n" --method headcached > EOF