tests/test-empty
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
Sat, 28 Feb 2009 13:15:58 +0100
changeset 7811 864ad81b4e24
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
i18n: update italian translation

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