Mercurial > evolve
comparison tests/test-stablesort-branchpoint-criss-cross.t @ 6481:38f6e7c0a743
stable-sort: rename `debugstablesort` into `debug::evo-ext-stable-sort`
As similar commands are making their way into core, we need the evolution one to
be flagged as such.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 01 Mar 2023 02:42:37 +0100 |
parents | 39739c2257e3 |
children |
comparison
equal
deleted
inserted
replaced
6480:94d459a37494 | 6481:38f6e7c0a743 |
---|---|
7 > [extensions] | 7 > [extensions] |
8 > evolve = | 8 > 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 branchpoint | 12 > showsort = debug::evo-ext-stable-sort --template="{node|short}\n" --method branchpoint |
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 |