comparison tests/test-hgwebdir.out @ 7494:85dc88630beb

util: disable walkrepo() recursive behaviour Revert b1aea76f700 and 268c582bd42a for performances reasons. Traversing checkout working directories may be too expensive.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 10 Dec 2008 00:16:12 +0100
parents 79d1bb737c16
children e60aaae83323
comparison
equal deleted inserted replaced
7476:6644c111f9e9 7494:85dc88630beb
1 adding a 1 adding a
2 adding b 2 adding b
3 adding c 3 adding c
4 adding d
5 % should give a 404 - file does not exist 4 % should give a 404 - file does not exist
6 404 Not Found 5 404 Not Found
7 6
8 7
9 error: bork@8580ff50825a: not found in manifest 8 error: bork@8580ff50825a: not found in manifest
30 29
31 30
32 /b/ 31 /b/
33 /coll/a/ 32 /coll/a/
34 /coll/b/ 33 /coll/b/
35 /coll/b/d/
36 /coll/c/ 34 /coll/c/
37 /t/a/ 35 /t/a/
38 36
39 200 Script output follows 37 200 Script output follows
40 38
110 200 Script output follows 108 200 Script output follows
111 109
112 110
113 /coll/a/ 111 /coll/a/
114 /coll/b/ 112 /coll/b/
115 /coll/b/d/
116 /coll/c/ 113 /coll/c/
117 114
118 200 Script output follows 115 200 Script output follows
119 116
120 a 117 a
122 200 Script output follows 119 200 Script output follows
123 120
124 121
125 /a/ 122 /a/
126 /b/ 123 /b/
127 /b/d/
128 /c/ 124 /c/
129 125
130 200 Script output follows 126 200 Script output follows
131 127
132 a 128 a
134 130
135 b 131 b
136 200 Script output follows 132 200 Script output follows
137 133
138 c 134 c
139 200 Script output follows
140
141
142 # HG changeset patch
143 # User test
144 # Date 0 0
145 # Node ID 43cb50608b2ae8635a62e2e8730adefc32a274ee
146
147 d
148
149 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
150 +++ b/d Thu Jan 01 00:00:00 1970 +0000
151 @@ -0,0 +1,1 @@
152 +d
153
154 % paths errors 1 135 % paths errors 1
155 % paths errors 2 136 % paths errors 2
156 % collections errors 137 % collections errors