# HG changeset patch # User Pierre-Yves David # Date 1513818799 -3600 # Node ID eadbe24a93f83824fcd950ff320cecfb1f642da7 # Parent fd90e73bf79ac4796ee0a03e9fdb8d7d15062ded stablesort: use on disk cache for test diff -r fd90e73bf79a -r eadbe24a93f8 tests/test-stablesort-criss-cross.t --- a/tests/test-stablesort-criss-cross.t Thu Dec 21 02:01:58 2017 +0100 +++ b/tests/test-stablesort-criss-cross.t Thu Dec 21 02:13:19 2017 +0100 @@ -9,7 +9,7 @@ > [ui] > logtemplate = "{rev} {node|short} {desc} {tags}\n" > [alias] - > showsort = debugstablesort --template="{node|short}\n" --method headcached + > showsort = debugstablesort --template="{node|short}\n" --method headondisk > EOF $ checktopo () { diff -r fd90e73bf79a -r eadbe24a93f8 tests/test-stablesort.t --- a/tests/test-stablesort.t Thu Dec 21 02:01:58 2017 +0100 +++ b/tests/test-stablesort.t Thu Dec 21 02:13:19 2017 +0100 @@ -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 headcached + > showsorthead = debugstablesort --template="{node|short}\n" --method headondisk > EOF