tests/test-stablesort.t
changeset 3341 eadbe24a93f8
parent 3322 20b6dae466a7
child 3418 85cdce113c2c
child 3857 9672de8055cd
equal deleted inserted replaced
3340:fd90e73bf79a 3341:eadbe24a93f8
     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 headcached
    13   > showsorthead = debugstablesort --template="{node|short}\n" --method headondisk
    14   > EOF
    14   > EOF
    15 
    15 
    16 
    16 
    17 
    17 
    18   $ checktopo () {
    18   $ checktopo () {