Mercurial > evolve
view tests/testlib/checkheads-util.sh @ 2119:e1c26c632b6d
tests: adds simple test case for heads checking
This is the start of some systemic testing of the head superceeding detection
mechanism.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 21 Mar 2017 11:58:55 +0100 |
parents | |
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 }