view tests/test-empty @ 9597:fbed59b61a1c

Merge with mpm
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 13 Oct 2009 13:43:55 -0700
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