tests/test-basic
author Patrick Mezard <pmezard@gmail.com>
Mon, 01 Jun 2009 17:12:39 +0200
changeset 8691 a0a541d6fed6
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
convert: fail fast if source does not support --sourcesort

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