tests/test-empty
author Patrick Mezard <pmezard@gmail.com>
Mon, 13 Apr 2009 19:47:11 +0200
changeset 8061 26316dda374f
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
context: fix workingctx.__contains__

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