diff tests/test-hgwebdir @ 11677:8f8a7976f4bc stable

hgwebdir: allow pure relative globs in paths This allows the (to me, in some setups) obvious configuration: [paths] / = * or / = ** Relative paths used to work with [collections] even though it isn't documented. Perhaps it should be documented?
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 21 Jul 2010 22:22:28 +0200
parents c63a6ddbbf9a
children 9617803b1acb
line wrap: on
line diff
--- a/tests/test-hgwebdir	Thu Jul 22 15:26:26 2010 -0400
+++ b/tests/test-hgwebdir	Wed Jul 21 22:22:28 2010 +0200
@@ -65,6 +65,8 @@
 b=$root/b
 coll=$root/*
 rcoll=$root/**
+star=*
+starstar=**
 EOF
 
 hg serve -p $HGPORT1 -d --pid-file=hg.pid --webdir-conf paths.conf \