Mercurial > hg
view tests/test-schemes @ 10032:6950dd804e69
i18n-el: remove some Danish strings
The original el.po file was copied from da.po and I missed a few
Danish strings in the version I submitted to crew.
author | Giorgos Keramidas <keramida@ceid.upatras.gr> |
---|---|
date | Wed, 02 Dec 2009 18:49:10 +0200 |
parents | e600ad9bc257 |
children | 9d1195b2f00d |
line wrap: on
line source
#!/bin/sh cat <<EOF >> $HGRCPATH [extensions] schemes= [schemes] l = http://localhost:$HGPORT/ EOF hg init test cd test echo a > a hg ci -Am initial hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log cat hg.pid >> $DAEMON_PIDS hg incoming l:// echo % errors cat errors.log