tests/test-empty
author Pascal Quantin <pascal.quantin@gmail.com>
Mon, 04 Jan 2010 23:45:45 +0100
branchstable
changeset 10209 c9194a7d7d3e
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
Update copyright year to 2010

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