tests/test-empty
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 18 Nov 2009 16:47:20 +0100
branchstable
changeset 9879 7bb004fc14ec
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
Extend test-branchmap to test c51494c53841 (encoding fallback in branchmap to maintain compatibility with 1.3.x)

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