Mercurial > evolve
view tests/testlib/checkheads-util.sh @ 2161:0a06f5cbca4b
stablerange: stop using '.index' in '_slicesrangeat'
We now access '[1]' as we'll do with the future tuple.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 22 Mar 2017 17:55:57 +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 }