view tests/test-hgcia @ 10194:a275c3997e03 stable

Added signature for changeset 296a0b14a686
author Matt Mackall <mpm@selenic.com>
date Fri, 01 Jan 2010 17:58:35 -0600
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