view tests/test-hgcia @ 11043:08681cb66231

acl: add tests for asterisk and for OS-level groups
author Elifarley Callado Coelho Cruz <elifarley@gmail.com>
date Wed, 28 Apr 2010 11:10:58 -0300
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