tests/test-basic
author TK Soh <teekaysoh@yahoo.com>
Fri, 15 Jun 2007 14:48:21 -0500
changeset 4650 15e22b483adc
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
tag: abort when trying to remove nonexistent tags

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