view tests/test-empty @ 12213:218bd2a056f5 stable

i18n-it: perform msgmerge on the tip of the stable branch
author Paolo Giarrusso <p.giarrusso@gmail.com>
date Sat, 21 Aug 2010 00:33:13 +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