tests/test-empty
author Matt Mackall <mpm@selenic.com>
Mon, 08 Jun 2009 18:14:44 -0500
changeset 8746 84c44c9ed555
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
merge: combine three identical 'remote is newer' cases

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