tests/test-empty
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 02 Nov 2008 22:44:42 +0100
changeset 7304 68374f1c8c87
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
inotify: fix bug in formatting

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