view tests/test-empty @ 9295:b0f447a259ab

help: use field lists for lists of extensions
author Martin Geisler <mg@lazybytes.net>
date Mon, 03 Aug 2009 00:01:50 +0200
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