view tests/test-hgcia @ 7468:3e5db4228f8f

rebase: add support to keep branch names Callback on extra fields added by Patrick Mezard <pmezard@gmail.com>.
author Augie Fackler <durin42@gmail.com>
date Tue, 18 Nov 2008 21:46:01 -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