tests/test-empty
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 19 Dec 2008 18:24:49 +0100
changeset 7525 6a49fa7674c1
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
hgweb: mq repos should be in non-recursive collections, too

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