tests/test-empty
author Martin Geisler <mg@lazybytes.net>
Sat, 16 May 2009 08:22:30 +0200
changeset 8436 62b9cf446cbf
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
contrib/win32: fix HTML tag nesting

#!/bin/sh

hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store

cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store