view tests/test-empty @ 11355:9011036ba79d

relink/progress: Adding progress for collecting stage
author timeless <timeless@gmail.com>
date Thu, 10 Jun 2010 15:35:06 +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