tests/test-basic
author Matt Mackall <mpm@selenic.com>
Wed, 18 Oct 2006 02:08:33 -0500
changeset 3443 e6045fc3cd50
parent 1933 7544700fd931
child 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Improve branch cache sanity check for mq

#!/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
hg cat a
hg verify