tests/test-empty
author Matt Mackall <mpm@selenic.com>
Thu, 28 Jan 2010 22:44:25 -0600
changeset 10288 e0121ad90b57
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
zeroconf: flag third-party Zeroconf.py for ignore in check-code

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