tests/test-basic
author Patrick Mezard <pmezard@gmail.com>
Fri, 04 Jan 2008 23:43:55 +0100
changeset 5805 e422305e0853
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
test-convert: test before() and after() conversion actions

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