tests/test-empty
author Matt Mackall <mpm@selenic.com>
Wed, 21 Jan 2009 11:15:47 -0600
changeset 7675 011e69b96c69
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
verify: don't trip over binary files starting with 01 0a

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