Mercurial > hg
diff tests/test-hgwebdir @ 9184:f6eb03027411
Fix issue1679: path reconstruction in hgwebdir was mangling things badly
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 22 Jul 2009 15:26:27 -0700 |
parents | 0eade101f762 |
children | 8635b33eaade |
line wrap: on
line diff
--- a/tests/test-hgwebdir Wed Jul 22 22:50:34 2009 +0200 +++ b/tests/test-hgwebdir Wed Jul 22 15:26:27 2009 -0700 @@ -88,7 +88,8 @@ $root=$root EOF -hg serve -p $HGPORT2 -d --pid-file=hg.pid --webdir-conf collections.conf \ +hg serve --config web.baseurl=http://hg.example.com:8080/ -p $HGPORT2 -d \ + --pid-file=hg.pid --webdir-conf collections.conf \ -A access-collections.log -E error-collections.log cat hg.pid >> $DAEMON_PIDS