tests/test-basic
author Christian Ebert <blacktrash@gmx.net>
Mon, 04 Feb 2008 18:27:36 +0100
changeset 6023 ee7df90d1daa
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
keyword: split line continuation in 2 steps (style)

#!/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