tests/test-hgcia
author Patrick Mezard <pmezard@gmail.com>
Sun, 09 May 2010 21:45:00 +0200
changeset 11132 321b8b2aa20f
parent 7438 b80b944836ec
permissions -rwxr-xr-x
convert/svn: list files explicitely, stop checking their type We do not care about directories when looking for recursively added or removed items, and the redundant _checkpath() call is expensive with remote repositories.

#!/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