Mercurial > hg
diff tests/test-hgcia @ 7438:b80b944836ec
Add hgcia to hgext
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 27 Nov 2008 11:04:29 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-hgcia Thu Nov 27 11:04:29 2008 -0800 @@ -0,0 +1,23 @@ +#!/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