diff tests/test-hgwebdir.out @ 7523:e60aaae83323

hgweb: recurse down collections only if ** in [paths] collections: direct child repos only paths *: direct child repos only (like collections) paths **: recursive discovery When ** is used, the mq repository (if any) is also shown.
author Benoit Allard <benoit@aeteurope.nl>
date Thu, 18 Dec 2008 22:32:48 +0100
parents 85dc88630beb
children 6a49fa7674c1
line wrap: on
line diff
--- a/tests/test-hgwebdir.out	Mon Dec 15 12:02:18 2008 -0800
+++ b/tests/test-hgwebdir.out	Thu Dec 18 22:32:48 2008 +0100
@@ -1,5 +1,6 @@
 adding a
 adding b
+adding d
 adding c
 % should give a 404 - file does not exist
 404 Not Found
@@ -32,6 +33,11 @@
 /coll/a/
 /coll/b/
 /coll/c/
+/rcoll/a/
+/rcoll/a/.hg/patches/
+/rcoll/b/
+/rcoll/b/d/
+/rcoll/c/
 /t/a/
 
 200 Script output follows
@@ -115,7 +121,19 @@
 200 Script output follows
 
 a
-% should succeed
+200 Script output follows
+
+
+/rcoll/a/
+/rcoll/a/.hg/patches/
+/rcoll/b/
+/rcoll/b/d/
+/rcoll/c/
+
+200 Script output follows
+
+d
+% collections: should succeed
 200 Script output follows