tests/test-basic
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 28 Feb 2008 17:51:04 +0100
changeset 6181 d500aeb8092e
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
warning on push should mention heads, not branches This makes the concept easier to relate to similar messages given on pull, and allows for a distinction between heads and (named) branches.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify