tests/test-basic
author Christian Ebert <blacktrash@gmx.net>
Sat, 13 Jan 2007 02:15:49 +0100
changeset 4027 2601ac9c54f0
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
patchbomb: fix timezone offset in message date header Use mercurial.util instead of time to set and format dates.

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