comparison tests/test-stablerange.t @ 3260:2f0c113b35f8

stablerange: introduce a smarte version of stablerange for 'mergepoint' This implementation will using caching and smarter algorithm based on these cache. For now it inherit most of it code from the dummy version for convenience. The inheritance to the dummy version should be dropped eventually.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 10 Dec 2017 01:33:39 +0100
parents af1f8f0687e1
children 20b6dae466a7
comparison
equal deleted inserted replaced
3259:b63d03db0ab9 3260:2f0c113b35f8
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 > [defaults] 11 > [defaults]
12 > debugstablerange = --method basic-mergepoint 12 > debugstablerange = --method mergepoint
13 > EOF 13 > EOF
14 14
15 Simple linear test 15 Simple linear test
16 ================== 16 ==================
17 17