tests/test-basic
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 09 Aug 2007 19:42:33 -0700
changeset 5138 13d23d66a6cd
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
manifest: accept -r for rev specification

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