Comments
Patch
@@ -114,10 +114,7 @@
HTTP without the httpheader capability:
- $ HGRCPATH="`pwd`/repo/.hgrc"
- $ export HGRCPATH
- $ CAP=httpheader
- $ . "$TESTDIR/notcapable"
+ $ CAP=httpheader . "$TESTDIR/notcapable"
$ hg serve -R repo -p $HGPORT2 -d --pid-file=hg2.pid -E error2.log -A access2.log
$ cat hg2.pid >> $DAEMON_PIDS
@@ -284,7 +284,8 @@
so it can be included in hgrc
- $ cat <<'EOF' > myhgrc
+ $ cat <<EOF > myhgrc
+ > %include $HGRCPATH
> %include map-simple
> [templates]
> foo = "{changeset}"