tests/test-empty
author Patrick Mezard <pmezard@gmail.com>
Mon, 10 May 2010 22:46:16 +0200
changeset 11141 df5d1d571d27
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
tests: force color ansi mode on Windows

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