tests/test-empty
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 28 Mar 2009 19:50:37 +0100
changeset 7908 27f23c9da186
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
add missing +x flag to test-inotify-issue1542

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