comparison 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
comparison
equal deleted inserted replaced
3262:774f69d74ec2 3263:07678f7a4481
8 > hgext3rd.evolve = 8 > hgext3rd.evolve =
9 > [ui] 9 > [ui]
10 > logtemplate = "{rev} {node|short} {desc} {tags}\n" 10 > logtemplate = "{rev} {node|short} {desc} {tags}\n"
11 > [alias] 11 > [alias]
12 > showsort = debugstablesort --template="{node|short}\n" --method basic-mergepoint 12 > showsort = debugstablesort --template="{node|short}\n" --method basic-mergepoint
13 > showsorthead = debugstablesort --template="{node|short}\n" --method headstart 13 > showsorthead = debugstablesort --template="{node|short}\n" --method headcached
14 > EOF 14 > EOF
15 15
16 16
17 17
18 $ checktopo () { 18 $ checktopo () {