view tests/test-hgcia @ 11414:0fa4474bdc2f

pager: respect HGPLAIN Pager shouldn't be enabled for scripting use.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 20 Jun 2010 01:20:12 +0900
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