view tests/test-empty @ 7760:fe4052a512fa

i18n: add Japanese translation
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 14 Feb 2009 01:56:34 +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