view tests/test-empty @ 7534:5aca12729a0d

keyword: simplify repo.local and bundle check (as in 2f4a399a8787)
author Christian Ebert <blacktrash@gmx.net>
date Tue, 16 Dec 2008 09:58:41 +0100
parents 7e5f3480c45b
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