tests/test-empty
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 29 Jun 2009 01:09:33 +0900
changeset 9350 b789ea382fc0
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
inotify: server: use dirstate instead of repo

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