view tests/test-empty @ 10565:461c2159937f stable

i18n-ja: synchronized with bb4561401c84
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Tue, 02 Mar 2010 12:41:27 +0900
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