view tests/test-empty @ 6944:7e5f3480c45b

fix regression on empty repo cloning introduced by 0642d9d7ec80 The store directory wasn't copied. Unconditionally create the directories instead.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 29 Aug 2008 16:50:11 +0200
parents 2b77ea66fe70
children
line wrap: on
line source

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