view tests/test-empty @ 9450:e78967d3dd6f

commands: forbid 'hg update --check --clean'
author Stuart W Marks <smarks@smarks.org>
date Thu, 17 Sep 2009 21:34:05 +0200
parents 7e5f3480c45b
children
line wrap: on
line source

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