tests/test-basic
author Brendan Cully <brendan@kublai.com>
Tue, 19 Dec 2006 17:03:34 -0800
changeset 3935 472d9670e6e9
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
hgweb: add raw manifest template

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