# HG changeset patch # User Martin Geisler # Date 1266175729 -3600 # Node ID 634b0e7561eca044e37ac9643578f1c044eec64d # Parent 9126d13bad7a6086b545f9baf75078e9675b4ef7 test-interhg: test the extension diff -r 9126d13bad7a -r 634b0e7561ec tests/test-interhg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-interhg Sun Feb 14 20:28:49 2010 +0100 @@ -0,0 +1,28 @@ +#!/bin/sh + +hg init test +cd test + +cat > .hg/hgrc <Issue\1| + +# yes, 'x' is a weird delimiter... +markbugs = sxbugxbugx +EOF + +touch foo +hg add foo +hg commit -d '1 0' -m 'Issue123: fixed the bug!' + +hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log +cat hg.pid >> $DAEMON_PIDS + +echo % log +"$TESTDIR/get-with-headers.py" localhost:$HGPORT '/' | grep bts + +echo % errors +cat errors.log diff -r 9126d13bad7a -r 634b0e7561ec tests/test-interhg.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-interhg.out Sun Feb 14 20:28:49 2010 +0100 @@ -0,0 +1,3 @@ +% log + Issue123: fixed the bug!default tip +% errors