tests/test-hgcia
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Fri, 13 Aug 2010 16:05:08 +0200
changeset 12036 31f02288bbc4
parent 7438 b80b944836ec
permissions -rwxr-xr-x
mq: extend support for the --mq argument to extension commands This allows commands like `purge' to accept the --mq option.

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