Mercurial > evolve
comparison tests/test-stablesort.t @ 3246:543708c3f754
stablesort: add a 'method' argument to the debugstablesort command
Let start experimenting with other way to do stable sorting.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 23 Nov 2017 16:37:24 +0100 |
parents | 7c78b0c482a1 |
children | 00e20077bccf |
comparison
equal
deleted
inserted
replaced
3245:63d58f7db120 | 3246:543708c3f754 |
---|---|
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" | 12 > showsort = debugstablesort --template="{node|short}\n" --method branchpoint |
13 > EOF | 13 > EOF |
14 | 14 |
15 | 15 |
16 | 16 |
17 $ checktopo () { | 17 $ checktopo () { |