comparison tests/test-stablesort-criss-cross.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
7 > [extensions] 7 > [extensions]
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 headstart 12 > showsort = debugstablesort --template="{node|short}\n" --method headcached
13 > EOF 13 > EOF
14 14
15 $ checktopo () { 15 $ checktopo () {
16 > seen='null'; 16 > seen='null';
17 > for node in `hg showsort --rev "$1"`; do 17 > for node in `hg showsort --rev "$1"`; do