view tests/test-hgcia @ 11400:e5b7841e0008

i18n-zh_CN: split messages into paragraphs
author Martin Geisler <mg@lazybytes.net>
date Sat, 19 Jun 2010 17:19:15 +0200
parents b80b944836ec
children
line wrap: on
line source

#!/bin/sh

cat >> $HGRCPATH <<EOF
[extensions]
hgcia=

[hooks]
changegroup.cia = python:hgext.hgcia.hook

[cia]
user = testuser
project = testproject
test = True
EOF

hg init src
hg init cia

cd src
echo foo > foo
hg ci -Amfoo

hg push ../cia