Mercurial > evolve
view tests/testlib/checkheads-util.sh @ 2127:e2770faac2df
stablerange: move the subrange cache into our new class
This is the first step toward having more logic in that class
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 22 Mar 2017 03:47:28 +0100 |
parents | e1c26c632b6d |
children |
line wrap: on
line source
# common setup for head checking code . $TESTDIR/testlib/common.sh cat >> $HGRCPATH <<EOF [ui] logtemplate ="{node|short} ({phase}): {desc}\n" [phases] publish=False [extensions] strip= evolve= EOF setuprepos() { echo creating basic server and client repo hg init server cd server mkcommit root hg phase --public . mkcommit A0 cd .. hg clone server client }