Mercurial > hg
comparison tests/test-hgweb-symrev.t @ 50751:0a55206c5a1e
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 06 Jul 2023 16:07:34 +0200 |
parents | 7e5be4a7cda7 |
children |
comparison
equal
deleted
inserted
replaced
50718:0ab3956540a6 | 50751:0a55206c5a1e |
---|---|
35 | 35 |
36 $ REVLINKS='href=[^>]+(rev=|/)(43c799df6e75|0|a7c1559b7bba|1|xyzzy|9d8c40cba617|2|tip|default)' | 36 $ REVLINKS='href=[^>]+(rev=|/)(43c799df6e75|0|a7c1559b7bba|1|xyzzy|9d8c40cba617|2|tip|default)' |
37 | 37 |
38 (De)referencing symbolic revisions (paper) | 38 (De)referencing symbolic revisions (paper) |
39 | 39 |
40 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper' | egrep $REVLINKS | 40 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper' | grep -E $REVLINKS |
41 <li><a href="/graph/tip?style=paper">graph</a></li> | 41 <li><a href="/graph/tip?style=paper">graph</a></li> |
42 <li><a href="/rev/tip?style=paper">changeset</a></li> | 42 <li><a href="/rev/tip?style=paper">changeset</a></li> |
43 <li><a href="/file/tip?style=paper">browse</a></li> | 43 <li><a href="/file/tip?style=paper">browse</a></li> |
44 <a href="/archive/tip.zip">zip</a> | 44 <a href="/archive/tip.zip">zip</a> |
45 <a href="/shortlog/tip?revcount=30&style=paper">less</a> | 45 <a href="/shortlog/tip?revcount=30&style=paper">less</a> |
50 <a href="/rev/43c799df6e75?style=paper">first</a> | 50 <a href="/rev/43c799df6e75?style=paper">first</a> |
51 <a href="/shortlog/tip?revcount=30&style=paper">less</a> | 51 <a href="/shortlog/tip?revcount=30&style=paper">less</a> |
52 <a href="/shortlog/tip?revcount=120&style=paper">more</a> | 52 <a href="/shortlog/tip?revcount=120&style=paper">more</a> |
53 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a> | 53 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a> |
54 | 54 |
55 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=paper' | egrep $REVLINKS | 55 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=paper' | grep -E $REVLINKS |
56 <li><a href="/shortlog/tip?style=paper">log</a></li> | 56 <li><a href="/shortlog/tip?style=paper">log</a></li> |
57 <li><a href="/rev/tip?style=paper">changeset</a></li> | 57 <li><a href="/rev/tip?style=paper">changeset</a></li> |
58 <li><a href="/file/tip?style=paper">browse</a></li> | 58 <li><a href="/file/tip?style=paper">browse</a></li> |
59 <a href="/archive/tip.zip">zip</a> | 59 <a href="/archive/tip.zip">zip</a> |
60 <a href="/graph/tip?revcount=30&style=paper">less</a> | 60 <a href="/graph/tip?revcount=30&style=paper">less</a> |
65 <a href="/rev/43c799df6e75?style=paper">first</a> | 65 <a href="/rev/43c799df6e75?style=paper">first</a> |
66 <a href="/graph/tip?revcount=30&style=paper">less</a> | 66 <a href="/graph/tip?revcount=30&style=paper">less</a> |
67 <a href="/graph/tip?revcount=120&style=paper">more</a> | 67 <a href="/graph/tip?revcount=120&style=paper">more</a> |
68 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a> | 68 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a> |
69 | 69 |
70 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=paper' | egrep $REVLINKS | 70 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=paper' | grep -E $REVLINKS |
71 <li><a href="/shortlog/tip?style=paper">log</a></li> | 71 <li><a href="/shortlog/tip?style=paper">log</a></li> |
72 <li><a href="/graph/tip?style=paper">graph</a></li> | 72 <li><a href="/graph/tip?style=paper">graph</a></li> |
73 <li><a href="/rev/tip?style=paper">changeset</a></li> | 73 <li><a href="/rev/tip?style=paper">changeset</a></li> |
74 <a href="/archive/tip.zip">zip</a> | 74 <a href="/archive/tip.zip">zip</a> |
75 directory / @ 2:<a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a> | 75 directory / @ 2:<a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a> |
76 <a href="/file/tip/dir?style=paper"> | 76 <a href="/file/tip/dir?style=paper"> |
77 <a href="/file/tip/dir/?style=paper"> | 77 <a href="/file/tip/dir/?style=paper"> |
78 <a href="/file/tip/foo?style=paper"> | 78 <a href="/file/tip/foo?style=paper"> |
79 | 79 |
80 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=paper' | egrep $REVLINKS | 80 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=paper' | grep -E $REVLINKS |
81 <a href="/shortlog/default?style=paper" class="open"> | 81 <a href="/shortlog/default?style=paper" class="open"> |
82 <a href="/shortlog/9d8c40cba617?style=paper" class="open"> | 82 <a href="/shortlog/9d8c40cba617?style=paper" class="open"> |
83 | 83 |
84 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=paper' | egrep $REVLINKS | 84 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=paper' | grep -E $REVLINKS |
85 <a href="/rev/tip?style=paper"> | 85 <a href="/rev/tip?style=paper"> |
86 <a href="/rev/9d8c40cba617?style=paper"> | 86 <a href="/rev/9d8c40cba617?style=paper"> |
87 | 87 |
88 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=paper' | egrep $REVLINKS | 88 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=paper' | grep -E $REVLINKS |
89 <a href="/rev/xyzzy?style=paper"> | 89 <a href="/rev/xyzzy?style=paper"> |
90 <a href="/rev/a7c1559b7bba?style=paper"> | 90 <a href="/rev/a7c1559b7bba?style=paper"> |
91 | 91 |
92 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper&rev=all()' | egrep $REVLINKS | 92 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper&rev=all()' | grep -E $REVLINKS |
93 <a href="/rev/9d8c40cba617?style=paper">third</a> | 93 <a href="/rev/9d8c40cba617?style=paper">third</a> |
94 <a href="/rev/a7c1559b7bba?style=paper">second</a> | 94 <a href="/rev/a7c1559b7bba?style=paper">second</a> |
95 <a href="/rev/43c799df6e75?style=paper">first</a> | 95 <a href="/rev/43c799df6e75?style=paper">first</a> |
96 | 96 |
97 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=paper' | egrep $REVLINKS | 97 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=paper' | grep -E $REVLINKS |
98 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 98 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
99 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 99 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
100 <li><a href="/raw-rev/xyzzy?style=paper">raw</a></li> | 100 <li><a href="/raw-rev/xyzzy?style=paper">raw</a></li> |
101 <li><a href="/file/xyzzy?style=paper">browse</a></li> | 101 <li><a href="/file/xyzzy?style=paper">browse</a></li> |
102 <a href="/archive/xyzzy.zip">zip</a> | 102 <a href="/archive/xyzzy.zip">zip</a> |
103 changeset 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> | 103 changeset 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> |
104 <td class="author"><a href="/rev/43c799df6e75?style=paper">43c799df6e75</a> </td> | 104 <td class="author"><a href="/rev/43c799df6e75?style=paper">43c799df6e75</a> </td> |
105 <td class="author"> <a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a></td> | 105 <td class="author"> <a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a></td> |
106 <td class="files"><a href="/file/a7c1559b7bba/foo?style=paper">foo</a> </td> | 106 <td class="files"><a href="/file/a7c1559b7bba/foo?style=paper">foo</a> </td> |
107 | 107 |
108 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=paper' | egrep $REVLINKS | 108 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=paper' | grep -E $REVLINKS |
109 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 109 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
110 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 110 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
111 <li><a href="/file/xyzzy?style=paper">browse</a></li> | 111 <li><a href="/file/xyzzy?style=paper">browse</a></li> |
112 <a href="/archive/xyzzy.zip">zip</a> | 112 <a href="/archive/xyzzy.zip">zip</a> |
113 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a> | 113 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a> |
117 <a href="/rev/43c799df6e75?style=paper">first</a> | 117 <a href="/rev/43c799df6e75?style=paper">first</a> |
118 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a> | 118 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a> |
119 <a href="/shortlog/xyzzy?revcount=120&style=paper">more</a> | 119 <a href="/shortlog/xyzzy?revcount=120&style=paper">more</a> |
120 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a> | 120 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a> |
121 | 121 |
122 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=paper' | egrep $REVLINKS | 122 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=paper' | grep -E $REVLINKS |
123 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 123 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
124 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 124 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
125 <li><a href="/file/xyzzy?style=paper">browse</a></li> | 125 <li><a href="/file/xyzzy?style=paper">browse</a></li> |
126 <a href="/archive/xyzzy.zip">zip</a> | 126 <a href="/archive/xyzzy.zip">zip</a> |
127 <a href="/graph/xyzzy?revcount=30&style=paper">less</a> | 127 <a href="/graph/xyzzy?revcount=30&style=paper">less</a> |
131 <a href="/rev/43c799df6e75?style=paper">first</a> | 131 <a href="/rev/43c799df6e75?style=paper">first</a> |
132 <a href="/graph/xyzzy?revcount=30&style=paper">less</a> | 132 <a href="/graph/xyzzy?revcount=30&style=paper">less</a> |
133 <a href="/graph/xyzzy?revcount=120&style=paper">more</a> | 133 <a href="/graph/xyzzy?revcount=120&style=paper">more</a> |
134 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a> | 134 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a> |
135 | 135 |
136 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=paper' | egrep $REVLINKS | 136 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=paper' | grep -E $REVLINKS |
137 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 137 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
138 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 138 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
139 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 139 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
140 <a href="/archive/xyzzy.zip">zip</a> | 140 <a href="/archive/xyzzy.zip">zip</a> |
141 directory / @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> | 141 directory / @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> |
142 <a href="/file/xyzzy/dir?style=paper"> | 142 <a href="/file/xyzzy/dir?style=paper"> |
143 <a href="/file/xyzzy/dir/?style=paper"> | 143 <a href="/file/xyzzy/dir/?style=paper"> |
144 <a href="/file/xyzzy/foo?style=paper"> | 144 <a href="/file/xyzzy/foo?style=paper"> |
145 | 145 |
146 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=paper' | egrep $REVLINKS | 146 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=paper' | grep -E $REVLINKS |
147 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 147 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
148 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 148 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
149 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 149 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
150 <li><a href="/file/xyzzy/?style=paper">browse</a></li> | 150 <li><a href="/file/xyzzy/?style=paper">browse</a></li> |
151 <li><a href="/file/tip/foo?style=paper">latest</a></li> | 151 <li><a href="/file/tip/foo?style=paper">latest</a></li> |
156 <li><a href="/raw-file/xyzzy/foo">raw</a></li> | 156 <li><a href="/raw-file/xyzzy/foo">raw</a></li> |
157 view foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> | 157 view foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> |
158 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> | 158 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> |
159 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> | 159 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> |
160 | 160 |
161 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=paper' | egrep $REVLINKS | 161 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=paper' | grep -E $REVLINKS |
162 href="/atom-log/tip/foo" title="Atom feed for test:foo" /> | 162 href="/atom-log/tip/foo" title="Atom feed for test:foo" /> |
163 href="/rss-log/tip/foo" title="RSS feed for test:foo" /> | 163 href="/rss-log/tip/foo" title="RSS feed for test:foo" /> |
164 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 164 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
165 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 165 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
166 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 166 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
179 <a href="/rev/43c799df6e75?style=paper">first</a> | 179 <a href="/rev/43c799df6e75?style=paper">first</a> |
180 <a href="/log/xyzzy/foo?revcount=30&style=paper">less</a> | 180 <a href="/log/xyzzy/foo?revcount=30&style=paper">less</a> |
181 <a href="/log/xyzzy/foo?revcount=120&style=paper">more</a> | 181 <a href="/log/xyzzy/foo?revcount=120&style=paper">more</a> |
182 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> | 182 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> |
183 | 183 |
184 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=paper' | egrep $REVLINKS | 184 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=paper' | grep -E $REVLINKS |
185 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 185 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
186 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 186 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
187 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 187 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
188 <li><a href="/file/xyzzy/?style=paper">browse</a></li> | 188 <li><a href="/file/xyzzy/?style=paper">browse</a></li> |
189 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> | 189 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> |
203 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2"> | 203 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2"> |
204 <a href="/annotate/43c799df6e75/foo?style=paper">0</a></div> | 204 <a href="/annotate/43c799df6e75/foo?style=paper">0</a></div> |
205 <a href="/diff/a7c1559b7bba/foo?style=paper">diff</a> | 205 <a href="/diff/a7c1559b7bba/foo?style=paper">diff</a> |
206 <a href="/rev/a7c1559b7bba?style=paper">changeset</a> | 206 <a href="/rev/a7c1559b7bba?style=paper">changeset</a> |
207 | 207 |
208 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=paper' | egrep $REVLINKS | 208 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=paper' | grep -E $REVLINKS |
209 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 209 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
210 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 210 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
211 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 211 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
212 <li><a href="/file/xyzzy?style=paper">browse</a></li> | 212 <li><a href="/file/xyzzy?style=paper">browse</a></li> |
213 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> | 213 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> |
218 <li><a href="/raw-file/xyzzy/foo">raw</a></li> | 218 <li><a href="/raw-file/xyzzy/foo">raw</a></li> |
219 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> | 219 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a> |
220 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> | 220 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> |
221 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> | 221 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> |
222 | 222 |
223 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=paper' | egrep $REVLINKS | 223 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=paper' | grep -E $REVLINKS |
224 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> | 224 <li><a href="/shortlog/xyzzy?style=paper">log</a></li> |
225 <li><a href="/graph/xyzzy?style=paper">graph</a></li> | 225 <li><a href="/graph/xyzzy?style=paper">graph</a></li> |
226 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> | 226 <li><a href="/rev/xyzzy?style=paper">changeset</a></li> |
227 <li><a href="/file/xyzzy?style=paper">browse</a></li> | 227 <li><a href="/file/xyzzy?style=paper">browse</a></li> |
228 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> | 228 <li><a href="/file/xyzzy/foo?style=paper">file</a></li> |
235 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> | 235 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td> |
236 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> | 236 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td> |
237 | 237 |
238 (De)referencing symbolic revisions (coal) | 238 (De)referencing symbolic revisions (coal) |
239 | 239 |
240 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal' | egrep $REVLINKS | 240 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal' | grep -E $REVLINKS |
241 <li><a href="/graph/tip?style=coal">graph</a></li> | 241 <li><a href="/graph/tip?style=coal">graph</a></li> |
242 <li><a href="/rev/tip?style=coal">changeset</a></li> | 242 <li><a href="/rev/tip?style=coal">changeset</a></li> |
243 <li><a href="/file/tip?style=coal">browse</a></li> | 243 <li><a href="/file/tip?style=coal">browse</a></li> |
244 <a href="/archive/tip.zip">zip</a> | 244 <a href="/archive/tip.zip">zip</a> |
245 <a href="/shortlog/tip?revcount=30&style=coal">less</a> | 245 <a href="/shortlog/tip?revcount=30&style=coal">less</a> |
250 <a href="/rev/43c799df6e75?style=coal">first</a> | 250 <a href="/rev/43c799df6e75?style=coal">first</a> |
251 <a href="/shortlog/tip?revcount=30&style=coal">less</a> | 251 <a href="/shortlog/tip?revcount=30&style=coal">less</a> |
252 <a href="/shortlog/tip?revcount=120&style=coal">more</a> | 252 <a href="/shortlog/tip?revcount=120&style=coal">more</a> |
253 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a> | 253 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a> |
254 | 254 |
255 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=coal' | egrep $REVLINKS | 255 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=coal' | grep -E $REVLINKS |
256 <li><a href="/shortlog/tip?style=coal">log</a></li> | 256 <li><a href="/shortlog/tip?style=coal">log</a></li> |
257 <li><a href="/rev/tip?style=coal">changeset</a></li> | 257 <li><a href="/rev/tip?style=coal">changeset</a></li> |
258 <li><a href="/file/tip?style=coal">browse</a></li> | 258 <li><a href="/file/tip?style=coal">browse</a></li> |
259 <a href="/archive/tip.zip">zip</a> | 259 <a href="/archive/tip.zip">zip</a> |
260 <a href="/graph/tip?revcount=30&style=coal">less</a> | 260 <a href="/graph/tip?revcount=30&style=coal">less</a> |
265 <a href="/rev/43c799df6e75?style=coal">first</a> | 265 <a href="/rev/43c799df6e75?style=coal">first</a> |
266 <a href="/graph/tip?revcount=30&style=coal">less</a> | 266 <a href="/graph/tip?revcount=30&style=coal">less</a> |
267 <a href="/graph/tip?revcount=120&style=coal">more</a> | 267 <a href="/graph/tip?revcount=120&style=coal">more</a> |
268 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a> | 268 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a> |
269 | 269 |
270 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=coal' | egrep $REVLINKS | 270 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=coal' | grep -E $REVLINKS |
271 <li><a href="/shortlog/tip?style=coal">log</a></li> | 271 <li><a href="/shortlog/tip?style=coal">log</a></li> |
272 <li><a href="/graph/tip?style=coal">graph</a></li> | 272 <li><a href="/graph/tip?style=coal">graph</a></li> |
273 <li><a href="/rev/tip?style=coal">changeset</a></li> | 273 <li><a href="/rev/tip?style=coal">changeset</a></li> |
274 <a href="/archive/tip.zip">zip</a> | 274 <a href="/archive/tip.zip">zip</a> |
275 directory / @ 2:<a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a> | 275 directory / @ 2:<a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a> |
276 <a href="/file/tip/dir?style=coal"> | 276 <a href="/file/tip/dir?style=coal"> |
277 <a href="/file/tip/dir/?style=coal"> | 277 <a href="/file/tip/dir/?style=coal"> |
278 <a href="/file/tip/foo?style=coal"> | 278 <a href="/file/tip/foo?style=coal"> |
279 | 279 |
280 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=coal' | egrep $REVLINKS | 280 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=coal' | grep -E $REVLINKS |
281 <a href="/shortlog/default?style=coal" class="open"> | 281 <a href="/shortlog/default?style=coal" class="open"> |
282 <a href="/shortlog/9d8c40cba617?style=coal" class="open"> | 282 <a href="/shortlog/9d8c40cba617?style=coal" class="open"> |
283 | 283 |
284 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=coal' | egrep $REVLINKS | 284 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=coal' | grep -E $REVLINKS |
285 <a href="/rev/tip?style=coal"> | 285 <a href="/rev/tip?style=coal"> |
286 <a href="/rev/9d8c40cba617?style=coal"> | 286 <a href="/rev/9d8c40cba617?style=coal"> |
287 | 287 |
288 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=coal' | egrep $REVLINKS | 288 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=coal' | grep -E $REVLINKS |
289 <a href="/rev/xyzzy?style=coal"> | 289 <a href="/rev/xyzzy?style=coal"> |
290 <a href="/rev/a7c1559b7bba?style=coal"> | 290 <a href="/rev/a7c1559b7bba?style=coal"> |
291 | 291 |
292 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal&rev=all()' | egrep $REVLINKS | 292 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal&rev=all()' | grep -E $REVLINKS |
293 <a href="/rev/9d8c40cba617?style=coal">third</a> | 293 <a href="/rev/9d8c40cba617?style=coal">third</a> |
294 <a href="/rev/a7c1559b7bba?style=coal">second</a> | 294 <a href="/rev/a7c1559b7bba?style=coal">second</a> |
295 <a href="/rev/43c799df6e75?style=coal">first</a> | 295 <a href="/rev/43c799df6e75?style=coal">first</a> |
296 | 296 |
297 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=coal' | egrep $REVLINKS | 297 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=coal' | grep -E $REVLINKS |
298 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 298 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
299 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 299 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
300 <li><a href="/raw-rev/xyzzy?style=coal">raw</a></li> | 300 <li><a href="/raw-rev/xyzzy?style=coal">raw</a></li> |
301 <li><a href="/file/xyzzy?style=coal">browse</a></li> | 301 <li><a href="/file/xyzzy?style=coal">browse</a></li> |
302 <a href="/archive/xyzzy.zip">zip</a> | 302 <a href="/archive/xyzzy.zip">zip</a> |
303 changeset 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> | 303 changeset 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> |
304 <td class="author"><a href="/rev/43c799df6e75?style=coal">43c799df6e75</a> </td> | 304 <td class="author"><a href="/rev/43c799df6e75?style=coal">43c799df6e75</a> </td> |
305 <td class="author"> <a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a></td> | 305 <td class="author"> <a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a></td> |
306 <td class="files"><a href="/file/a7c1559b7bba/foo?style=coal">foo</a> </td> | 306 <td class="files"><a href="/file/a7c1559b7bba/foo?style=coal">foo</a> </td> |
307 | 307 |
308 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=coal' | egrep $REVLINKS | 308 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=coal' | grep -E $REVLINKS |
309 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 309 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
310 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 310 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
311 <li><a href="/file/xyzzy?style=coal">browse</a></li> | 311 <li><a href="/file/xyzzy?style=coal">browse</a></li> |
312 <a href="/archive/xyzzy.zip">zip</a> | 312 <a href="/archive/xyzzy.zip">zip</a> |
313 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a> | 313 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a> |
317 <a href="/rev/43c799df6e75?style=coal">first</a> | 317 <a href="/rev/43c799df6e75?style=coal">first</a> |
318 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a> | 318 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a> |
319 <a href="/shortlog/xyzzy?revcount=120&style=coal">more</a> | 319 <a href="/shortlog/xyzzy?revcount=120&style=coal">more</a> |
320 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a> | 320 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a> |
321 | 321 |
322 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=coal' | egrep $REVLINKS | 322 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=coal' | grep -E $REVLINKS |
323 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 323 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
324 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 324 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
325 <li><a href="/file/xyzzy?style=coal">browse</a></li> | 325 <li><a href="/file/xyzzy?style=coal">browse</a></li> |
326 <a href="/archive/xyzzy.zip">zip</a> | 326 <a href="/archive/xyzzy.zip">zip</a> |
327 <a href="/graph/xyzzy?revcount=30&style=coal">less</a> | 327 <a href="/graph/xyzzy?revcount=30&style=coal">less</a> |
331 <a href="/rev/43c799df6e75?style=coal">first</a> | 331 <a href="/rev/43c799df6e75?style=coal">first</a> |
332 <a href="/graph/xyzzy?revcount=30&style=coal">less</a> | 332 <a href="/graph/xyzzy?revcount=30&style=coal">less</a> |
333 <a href="/graph/xyzzy?revcount=120&style=coal">more</a> | 333 <a href="/graph/xyzzy?revcount=120&style=coal">more</a> |
334 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a> | 334 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a> |
335 | 335 |
336 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=coal' | egrep $REVLINKS | 336 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=coal' | grep -E $REVLINKS |
337 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 337 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
338 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 338 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
339 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 339 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
340 <a href="/archive/xyzzy.zip">zip</a> | 340 <a href="/archive/xyzzy.zip">zip</a> |
341 directory / @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> | 341 directory / @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> |
342 <a href="/file/xyzzy/dir?style=coal"> | 342 <a href="/file/xyzzy/dir?style=coal"> |
343 <a href="/file/xyzzy/dir/?style=coal"> | 343 <a href="/file/xyzzy/dir/?style=coal"> |
344 <a href="/file/xyzzy/foo?style=coal"> | 344 <a href="/file/xyzzy/foo?style=coal"> |
345 | 345 |
346 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=coal' | egrep $REVLINKS | 346 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=coal' | grep -E $REVLINKS |
347 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 347 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
348 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 348 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
349 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 349 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
350 <li><a href="/file/xyzzy/?style=coal">browse</a></li> | 350 <li><a href="/file/xyzzy/?style=coal">browse</a></li> |
351 <li><a href="/file/tip/foo?style=coal">latest</a></li> | 351 <li><a href="/file/tip/foo?style=coal">latest</a></li> |
356 <li><a href="/raw-file/xyzzy/foo">raw</a></li> | 356 <li><a href="/raw-file/xyzzy/foo">raw</a></li> |
357 view foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> | 357 view foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> |
358 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> | 358 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> |
359 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> | 359 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> |
360 | 360 |
361 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=coal' | egrep $REVLINKS | 361 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=coal' | grep -E $REVLINKS |
362 href="/atom-log/tip/foo" title="Atom feed for test:foo" /> | 362 href="/atom-log/tip/foo" title="Atom feed for test:foo" /> |
363 href="/rss-log/tip/foo" title="RSS feed for test:foo" /> | 363 href="/rss-log/tip/foo" title="RSS feed for test:foo" /> |
364 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 364 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
365 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 365 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
366 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 366 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
379 <a href="/rev/43c799df6e75?style=coal">first</a> | 379 <a href="/rev/43c799df6e75?style=coal">first</a> |
380 <a href="/log/xyzzy/foo?revcount=30&style=coal">less</a> | 380 <a href="/log/xyzzy/foo?revcount=30&style=coal">less</a> |
381 <a href="/log/xyzzy/foo?revcount=120&style=coal">more</a> | 381 <a href="/log/xyzzy/foo?revcount=120&style=coal">more</a> |
382 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> | 382 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> |
383 | 383 |
384 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=coal' | egrep $REVLINKS | 384 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=coal' | grep -E $REVLINKS |
385 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 385 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
386 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 386 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
387 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 387 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
388 <li><a href="/file/xyzzy/?style=coal">browse</a></li> | 388 <li><a href="/file/xyzzy/?style=coal">browse</a></li> |
389 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> | 389 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> |
403 <a href="/annotate/a7c1559b7bba/foo?style=coal#l2"> | 403 <a href="/annotate/a7c1559b7bba/foo?style=coal#l2"> |
404 <a href="/annotate/43c799df6e75/foo?style=coal">0</a></div> | 404 <a href="/annotate/43c799df6e75/foo?style=coal">0</a></div> |
405 <a href="/diff/a7c1559b7bba/foo?style=coal">diff</a> | 405 <a href="/diff/a7c1559b7bba/foo?style=coal">diff</a> |
406 <a href="/rev/a7c1559b7bba?style=coal">changeset</a> | 406 <a href="/rev/a7c1559b7bba?style=coal">changeset</a> |
407 | 407 |
408 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=coal' | egrep $REVLINKS | 408 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=coal' | grep -E $REVLINKS |
409 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 409 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
410 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 410 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
411 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 411 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
412 <li><a href="/file/xyzzy?style=coal">browse</a></li> | 412 <li><a href="/file/xyzzy?style=coal">browse</a></li> |
413 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> | 413 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> |
418 <li><a href="/raw-file/xyzzy/foo">raw</a></li> | 418 <li><a href="/raw-file/xyzzy/foo">raw</a></li> |
419 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> | 419 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a> |
420 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> | 420 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> |
421 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> | 421 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> |
422 | 422 |
423 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=coal' | egrep $REVLINKS | 423 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=coal' | grep -E $REVLINKS |
424 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> | 424 <li><a href="/shortlog/xyzzy?style=coal">log</a></li> |
425 <li><a href="/graph/xyzzy?style=coal">graph</a></li> | 425 <li><a href="/graph/xyzzy?style=coal">graph</a></li> |
426 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> | 426 <li><a href="/rev/xyzzy?style=coal">changeset</a></li> |
427 <li><a href="/file/xyzzy?style=coal">browse</a></li> | 427 <li><a href="/file/xyzzy?style=coal">browse</a></li> |
428 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> | 428 <li><a href="/file/xyzzy/foo?style=coal">file</a></li> |
435 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> | 435 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td> |
436 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> | 436 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td> |
437 | 437 |
438 (De)referencing symbolic revisions (gitweb) | 438 (De)referencing symbolic revisions (gitweb) |
439 | 439 |
440 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=gitweb' | egrep $REVLINKS | 440 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=gitweb' | grep -E $REVLINKS |
441 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | | 441 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | |
442 <a class="list" href="/rev/9d8c40cba617?style=gitweb"> | 442 <a class="list" href="/rev/9d8c40cba617?style=gitweb"> |
443 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | | 443 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | |
444 <a href="/file/9d8c40cba617?style=gitweb">files</a> | 444 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
445 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"> | 445 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"> |
455 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td> | 455 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td> |
456 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> | | 456 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> | |
457 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | | 457 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | |
458 <a href="/file/9d8c40cba617?style=gitweb">files</a> | 458 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
459 | 459 |
460 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb' | egrep $REVLINKS | 460 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb' | grep -E $REVLINKS |
461 <a href="/log/tip?style=gitweb">changelog</a> | | 461 <a href="/log/tip?style=gitweb">changelog</a> | |
462 <a href="/graph/tip?style=gitweb">graph</a> | | 462 <a href="/graph/tip?style=gitweb">graph</a> | |
463 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | | 463 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | |
464 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/> | 464 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/> |
465 <a class="list" href="/rev/9d8c40cba617?style=gitweb"> | 465 <a class="list" href="/rev/9d8c40cba617?style=gitweb"> |
471 <a class="list" href="/rev/43c799df6e75?style=gitweb"> | 471 <a class="list" href="/rev/43c799df6e75?style=gitweb"> |
472 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> | | 472 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> | |
473 <a href="/file/43c799df6e75?style=gitweb">files</a> | 473 <a href="/file/43c799df6e75?style=gitweb">files</a> |
474 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> | 474 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> |
475 | 475 |
476 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=gitweb' | egrep $REVLINKS | 476 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=gitweb' | grep -E $REVLINKS |
477 <a href="/shortlog/tip?style=gitweb">shortlog</a> | | 477 <a href="/shortlog/tip?style=gitweb">shortlog</a> | |
478 <a href="/graph/tip?style=gitweb">graph</a> | | 478 <a href="/graph/tip?style=gitweb">graph</a> | |
479 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | | 479 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | |
480 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> | 480 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> |
481 <a class="title" href="/rev/9d8c40cba617?style=gitweb"> | 481 <a class="title" href="/rev/9d8c40cba617?style=gitweb"> |
484 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> | 484 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> |
485 <a class="title" href="/rev/43c799df6e75?style=gitweb"> | 485 <a class="title" href="/rev/43c799df6e75?style=gitweb"> |
486 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> | 486 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> |
487 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> | 487 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> |
488 | 488 |
489 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=gitweb' | egrep $REVLINKS | 489 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=gitweb' | grep -E $REVLINKS |
490 <a href="/shortlog/tip?style=gitweb">shortlog</a> | | 490 <a href="/shortlog/tip?style=gitweb">shortlog</a> | |
491 <a href="/log/tip?style=gitweb">changelog</a> | | 491 <a href="/log/tip?style=gitweb">changelog</a> | |
492 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | | 492 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | |
493 <a href="/graph/tip?revcount=30&style=gitweb">less</a> | 493 <a href="/graph/tip?revcount=30&style=gitweb">less</a> |
494 <a href="/graph/tip?revcount=120&style=gitweb">more</a> | 494 <a href="/graph/tip?revcount=120&style=gitweb">more</a> |
498 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a> | 498 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a> |
499 <a href="/graph/tip?revcount=30&style=gitweb">less</a> | 499 <a href="/graph/tip?revcount=30&style=gitweb">less</a> |
500 <a href="/graph/tip?revcount=120&style=gitweb">more</a> | 500 <a href="/graph/tip?revcount=120&style=gitweb">more</a> |
501 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> | 501 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> |
502 | 502 |
503 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=gitweb' | egrep $REVLINKS | 503 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=gitweb' | grep -E $REVLINKS |
504 <td><a class="list" href="/rev/tip?style=gitweb"><b>tip</b></a></td> | 504 <td><a class="list" href="/rev/tip?style=gitweb"><b>tip</b></a></td> |
505 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | | 505 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | |
506 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | | 506 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | |
507 <a href="/file/9d8c40cba617?style=gitweb">files</a> | 507 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
508 | 508 |
509 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=gitweb' | egrep $REVLINKS | 509 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=gitweb' | grep -E $REVLINKS |
510 <td><a class="list" href="/rev/xyzzy?style=gitweb"><b>xyzzy</b></a></td> | 510 <td><a class="list" href="/rev/xyzzy?style=gitweb"><b>xyzzy</b></a></td> |
511 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> | | 511 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> | |
512 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> | | 512 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> | |
513 <a href="/file/a7c1559b7bba?style=gitweb">files</a> | 513 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
514 | 514 |
515 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=gitweb' | egrep $REVLINKS | 515 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=gitweb' | grep -E $REVLINKS |
516 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td> | 516 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td> |
517 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> | | 517 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> | |
518 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | | 518 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> | |
519 <a href="/file/9d8c40cba617?style=gitweb">files</a> | 519 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
520 | 520 |
521 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=gitweb' | egrep $REVLINKS | 521 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=gitweb' | grep -E $REVLINKS |
522 <a href="/rev/tip?style=gitweb">changeset</a> | <a href="/archive/tip.zip">zip</a> | | 522 <a href="/rev/tip?style=gitweb">changeset</a> | <a href="/archive/tip.zip">zip</a> | |
523 <a href="/file/tip/dir?style=gitweb">dir</a> | 523 <a href="/file/tip/dir?style=gitweb">dir</a> |
524 <a href="/file/tip/dir/?style=gitweb"></a> | 524 <a href="/file/tip/dir/?style=gitweb"></a> |
525 <a href="/file/tip/dir?style=gitweb">files</a> | 525 <a href="/file/tip/dir?style=gitweb">files</a> |
526 <a class="list" href="/file/tip/foo?style=gitweb">foo</a> | 526 <a class="list" href="/file/tip/foo?style=gitweb">foo</a> |
527 <a href="/file/tip/foo?style=gitweb">file</a> | | 527 <a href="/file/tip/foo?style=gitweb">file</a> | |
528 <a href="/log/tip/foo?style=gitweb">revisions</a> | | 528 <a href="/log/tip/foo?style=gitweb">revisions</a> | |
529 <a href="/annotate/tip/foo?style=gitweb">annotate</a> | 529 <a href="/annotate/tip/foo?style=gitweb">annotate</a> |
530 | 530 |
531 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb&rev=all()' | egrep $REVLINKS | 531 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb&rev=all()' | grep -E $REVLINKS |
532 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> | 532 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
533 <a class="title" href="/rev/9d8c40cba617?style=gitweb"> | 533 <a class="title" href="/rev/9d8c40cba617?style=gitweb"> |
534 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/> | 534 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/> |
535 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"> | 535 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"> |
536 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> | 536 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> |
537 <a class="title" href="/rev/43c799df6e75?style=gitweb"> | 537 <a class="title" href="/rev/43c799df6e75?style=gitweb"> |
538 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> | 538 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> |
539 | 539 |
540 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=gitweb' | egrep $REVLINKS | 540 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=gitweb' | grep -E $REVLINKS |
541 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | | 541 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | |
542 <a href="/log/xyzzy?style=gitweb">changelog</a> | | 542 <a href="/log/xyzzy?style=gitweb">changelog</a> | |
543 <a href="/graph/xyzzy?style=gitweb">graph</a> | | 543 <a href="/graph/xyzzy?style=gitweb">graph</a> | |
544 <a href="/file/xyzzy?style=gitweb">files</a> | | 544 <a href="/file/xyzzy?style=gitweb">files</a> | |
545 <a href="/raw-rev/xyzzy">raw</a> | <a href="/archive/xyzzy.zip">zip</a> | | 545 <a href="/raw-rev/xyzzy">raw</a> | <a href="/archive/xyzzy.zip">zip</a> | |
552 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> | | 552 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> | |
553 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> | | 553 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> | |
554 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> | | 554 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> | |
555 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> | 555 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
556 | 556 |
557 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=gitweb' | egrep $REVLINKS | 557 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=gitweb' | grep -E $REVLINKS |
558 <a href="/log/xyzzy?style=gitweb">changelog</a> | | 558 <a href="/log/xyzzy?style=gitweb">changelog</a> | |
559 <a href="/graph/xyzzy?style=gitweb">graph</a> | | 559 <a href="/graph/xyzzy?style=gitweb">graph</a> | |
560 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | | 560 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | |
561 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/> | 561 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/> |
562 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"> | 562 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"> |
565 <a class="list" href="/rev/43c799df6e75?style=gitweb"> | 565 <a class="list" href="/rev/43c799df6e75?style=gitweb"> |
566 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> | | 566 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> | |
567 <a href="/file/43c799df6e75?style=gitweb">files</a> | 567 <a href="/file/43c799df6e75?style=gitweb">files</a> |
568 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> | 568 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> |
569 | 569 |
570 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=gitweb' | egrep $REVLINKS | 570 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=gitweb' | grep -E $REVLINKS |
571 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | | 571 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | |
572 <a href="/graph/xyzzy?style=gitweb">graph</a> | | 572 <a href="/graph/xyzzy?style=gitweb">graph</a> | |
573 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | | 573 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | |
574 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> | 574 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> |
575 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"> | 575 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"> |
576 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> | 576 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/> |
577 <a class="title" href="/rev/43c799df6e75?style=gitweb"> | 577 <a class="title" href="/rev/43c799df6e75?style=gitweb"> |
578 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> | 578 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/> |
579 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> | 579 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/> |
580 | 580 |
581 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=gitweb' | egrep $REVLINKS | 581 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=gitweb' | grep -E $REVLINKS |
582 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | | 582 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> | |
583 <a href="/log/xyzzy?style=gitweb">changelog</a> | | 583 <a href="/log/xyzzy?style=gitweb">changelog</a> | |
584 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | | 584 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> | |
585 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a> | 585 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a> |
586 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a> | 586 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a> |
589 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a> | 589 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a> |
590 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a> | 590 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a> |
591 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a> | 591 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a> |
592 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> | 592 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> |
593 | 593 |
594 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=gitweb' | egrep $REVLINKS | 594 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=gitweb' | grep -E $REVLINKS |
595 <a href="/rev/xyzzy?style=gitweb">changeset</a> | <a href="/archive/xyzzy.zip">zip</a> | | 595 <a href="/rev/xyzzy?style=gitweb">changeset</a> | <a href="/archive/xyzzy.zip">zip</a> | |
596 <a href="/file/xyzzy/dir?style=gitweb">dir</a> | 596 <a href="/file/xyzzy/dir?style=gitweb">dir</a> |
597 <a href="/file/xyzzy/dir/?style=gitweb"></a> | 597 <a href="/file/xyzzy/dir/?style=gitweb"></a> |
598 <a href="/file/xyzzy/dir?style=gitweb">files</a> | 598 <a href="/file/xyzzy/dir?style=gitweb">files</a> |
599 <a class="list" href="/file/xyzzy/foo?style=gitweb">foo</a> | 599 <a class="list" href="/file/xyzzy/foo?style=gitweb">foo</a> |
600 <a href="/file/xyzzy/foo?style=gitweb">file</a> | | 600 <a href="/file/xyzzy/foo?style=gitweb">file</a> | |
601 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | | 601 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | |
602 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> | 602 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> |
603 | 603 |
604 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=gitweb' | egrep $REVLINKS | 604 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=gitweb' | grep -E $REVLINKS |
605 <a href="/file/xyzzy/?style=gitweb">files</a> | | 605 <a href="/file/xyzzy/?style=gitweb">files</a> | |
606 <a href="/rev/xyzzy?style=gitweb">changeset</a> | | 606 <a href="/rev/xyzzy?style=gitweb">changeset</a> | |
607 <a href="/file/tip/foo?style=gitweb">latest</a> | | 607 <a href="/file/tip/foo?style=gitweb">latest</a> | |
608 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | | 608 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | |
609 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> | | 609 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> | |
612 <a href="/raw-file/xyzzy/foo">raw</a> | | 612 <a href="/raw-file/xyzzy/foo">raw</a> | |
613 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td> | 613 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td> |
614 <a class="list" href="/file/43c799df6e75/foo?style=gitweb"> | 614 <a class="list" href="/file/43c799df6e75/foo?style=gitweb"> |
615 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td> | 615 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td> |
616 | 616 |
617 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=gitweb' | egrep $REVLINKS | 617 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=gitweb' | grep -E $REVLINKS |
618 <a href="/file/xyzzy/foo?style=gitweb">file</a> | | 618 <a href="/file/xyzzy/foo?style=gitweb">file</a> | |
619 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> | | 619 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> | |
620 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> | | 620 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> | |
621 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> | | 621 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> | |
622 <a href="/rss-log/tip/foo">rss</a> | | 622 <a href="/rss-log/tip/foo">rss</a> | |
631 <a href="/annotate/43c799df6e75/foo?style=gitweb">annotate</a> | 631 <a href="/annotate/43c799df6e75/foo?style=gitweb">annotate</a> |
632 <a href="/log/xyzzy/foo?revcount=30&style=gitweb">less</a> | 632 <a href="/log/xyzzy/foo?revcount=30&style=gitweb">less</a> |
633 <a href="/log/xyzzy/foo?revcount=120&style=gitweb">more</a> | 633 <a href="/log/xyzzy/foo?revcount=120&style=gitweb">more</a> |
634 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a> | 634 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a> |
635 | 635 |
636 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=gitweb' | egrep $REVLINKS | 636 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=gitweb' | grep -E $REVLINKS |
637 <a href="/file/xyzzy/?style=gitweb">files</a> | | 637 <a href="/file/xyzzy/?style=gitweb">files</a> | |
638 <a href="/rev/xyzzy?style=gitweb">changeset</a> | | 638 <a href="/rev/xyzzy?style=gitweb">changeset</a> | |
639 <a href="/file/xyzzy/foo?style=gitweb">file</a> | | 639 <a href="/file/xyzzy/foo?style=gitweb">file</a> | |
640 <a href="/file/tip/foo?style=gitweb">latest</a> | | 640 <a href="/file/tip/foo?style=gitweb">latest</a> | |
641 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | | 641 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | |
653 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2"> | 653 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2"> |
654 <a href="/annotate/43c799df6e75/foo?style=gitweb">0</a></div> | 654 <a href="/annotate/43c799df6e75/foo?style=gitweb">0</a></div> |
655 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> | 655 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
656 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> | 656 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
657 | 657 |
658 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=gitweb' | egrep $REVLINKS | 658 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=gitweb' | grep -E $REVLINKS |
659 <a href="/file/xyzzy?style=gitweb">files</a> | | 659 <a href="/file/xyzzy?style=gitweb">files</a> | |
660 <a href="/rev/xyzzy?style=gitweb">changeset</a> | | 660 <a href="/rev/xyzzy?style=gitweb">changeset</a> | |
661 <a href="/file/xyzzy/foo?style=gitweb">file</a> | | 661 <a href="/file/xyzzy/foo?style=gitweb">file</a> | |
662 <a href="/file/tip/foo?style=gitweb">latest</a> | | 662 <a href="/file/tip/foo?style=gitweb">latest</a> | |
663 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | | 663 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | |
666 <a href="/raw-diff/xyzzy/foo">raw</a> | | 666 <a href="/raw-diff/xyzzy/foo">raw</a> | |
667 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td> | 667 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td> |
668 <a class="list" href="/diff/43c799df6e75/foo?style=gitweb"> | 668 <a class="list" href="/diff/43c799df6e75/foo?style=gitweb"> |
669 <a class="list" href="/diff/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a> | 669 <a class="list" href="/diff/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a> |
670 | 670 |
671 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=gitweb' | egrep $REVLINKS | 671 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=gitweb' | grep -E $REVLINKS |
672 <a href="/file/xyzzy?style=gitweb">files</a> | | 672 <a href="/file/xyzzy?style=gitweb">files</a> | |
673 <a href="/rev/xyzzy?style=gitweb">changeset</a> | | 673 <a href="/rev/xyzzy?style=gitweb">changeset</a> | |
674 <a href="/file/xyzzy/foo?style=gitweb">file</a> | | 674 <a href="/file/xyzzy/foo?style=gitweb">file</a> | |
675 <a href="/file/tip/foo?style=gitweb">latest</a> | | 675 <a href="/file/tip/foo?style=gitweb">latest</a> | |
676 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | | 676 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> | |
681 <a class="list" href="/comparison/43c799df6e75/foo?style=gitweb"> | 681 <a class="list" href="/comparison/43c799df6e75/foo?style=gitweb"> |
682 <a class="list" href="/comparison/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a> | 682 <a class="list" href="/comparison/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a> |
683 | 683 |
684 (De)referencing symbolic revisions (monoblue) | 684 (De)referencing symbolic revisions (monoblue) |
685 | 685 |
686 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=monoblue' | egrep $REVLINKS | 686 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=monoblue' | grep -E $REVLINKS |
687 <li><a href="/archive/tip.zip">zip</a></li> | 687 <li><a href="/archive/tip.zip">zip</a></li> |
688 <a href="/rev/9d8c40cba617?style=monoblue"> | 688 <a href="/rev/9d8c40cba617?style=monoblue"> |
689 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | | 689 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
690 <a href="/file/9d8c40cba617?style=monoblue">files</a> | 690 <a href="/file/9d8c40cba617?style=monoblue">files</a> |
691 <a href="/rev/a7c1559b7bba?style=monoblue"> | 691 <a href="/rev/a7c1559b7bba?style=monoblue"> |
701 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> | 701 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> |
702 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | | 702 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
703 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | | 703 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
704 <a href="/file/9d8c40cba617?style=monoblue">files</a> | 704 <a href="/file/9d8c40cba617?style=monoblue">files</a> |
705 | 705 |
706 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue' | egrep $REVLINKS | 706 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue' | grep -E $REVLINKS |
707 <li><a href="/graph/tip?style=monoblue">graph</a></li> | 707 <li><a href="/graph/tip?style=monoblue">graph</a></li> |
708 <li><a href="/file/tip?style=monoblue">files</a></li> | 708 <li><a href="/file/tip?style=monoblue">files</a></li> |
709 <li><a href="/archive/tip.zip">zip</a></li> | 709 <li><a href="/archive/tip.zip">zip</a></li> |
710 <a href="/rev/9d8c40cba617?style=monoblue"> | 710 <a href="/rev/9d8c40cba617?style=monoblue"> |
711 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | | 711 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
716 <a href="/rev/43c799df6e75?style=monoblue"> | 716 <a href="/rev/43c799df6e75?style=monoblue"> |
717 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> | | 717 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> | |
718 <a href="/file/43c799df6e75?style=monoblue">files</a> | 718 <a href="/file/43c799df6e75?style=monoblue">files</a> |
719 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a> | 719 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a> |
720 | 720 |
721 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=monoblue' | egrep $REVLINKS | 721 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=monoblue' | grep -E $REVLINKS |
722 <li><a href="/graph/tip?style=monoblue">graph</a></li> | 722 <li><a href="/graph/tip?style=monoblue">graph</a></li> |
723 <li><a href="/file/tip?style=monoblue">files</a></li> | 723 <li><a href="/file/tip?style=monoblue">files</a></li> |
724 <li><a href="/archive/tip.zip">zip</a></li> | 724 <li><a href="/archive/tip.zip">zip</a></li> |
725 <a class="title" href="/rev/9d8c40cba617?style=monoblue"> | 725 <a class="title" href="/rev/9d8c40cba617?style=monoblue"> |
726 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> | 726 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> |
727 <a class="title" href="/rev/43c799df6e75?style=monoblue"> | 727 <a class="title" href="/rev/43c799df6e75?style=monoblue"> |
728 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a> | 728 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a> |
729 | 729 |
730 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=monoblue' | egrep $REVLINKS | 730 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=monoblue' | grep -E $REVLINKS |
731 <li><a href="/file/tip?style=monoblue">files</a></li> | 731 <li><a href="/file/tip?style=monoblue">files</a></li> |
732 <li><a href="/archive/tip.zip">zip</a></li> | 732 <li><a href="/archive/tip.zip">zip</a></li> |
733 <a href="/rev/9d8c40cba617?style=monoblue">third</a> | 733 <a href="/rev/9d8c40cba617?style=monoblue">third</a> |
734 <a href="/rev/a7c1559b7bba?style=monoblue">second</a> | 734 <a href="/rev/a7c1559b7bba?style=monoblue">second</a> |
735 <a href="/rev/43c799df6e75?style=monoblue">first</a> | 735 <a href="/rev/43c799df6e75?style=monoblue">first</a> |
736 <a href="/graph/tip?revcount=30&style=monoblue">less</a> | 736 <a href="/graph/tip?revcount=30&style=monoblue">less</a> |
737 <a href="/graph/tip?revcount=120&style=monoblue">more</a> | 737 <a href="/graph/tip?revcount=120&style=monoblue">more</a> |
738 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a> | 738 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a> |
739 | 739 |
740 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=monoblue' | egrep $REVLINKS | 740 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=monoblue' | grep -E $REVLINKS |
741 <td><a href="/rev/tip?style=monoblue">tip</a></td> | 741 <td><a href="/rev/tip?style=monoblue">tip</a></td> |
742 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | | 742 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
743 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | | 743 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
744 <a href="/file/9d8c40cba617?style=monoblue">files</a> | 744 <a href="/file/9d8c40cba617?style=monoblue">files</a> |
745 | 745 |
746 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=monoblue' | egrep $REVLINKS | 746 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=monoblue' | grep -E $REVLINKS |
747 <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td> | 747 <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td> |
748 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | | 748 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | |
749 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> | | 749 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> | |
750 <a href="/file/a7c1559b7bba?style=monoblue">files</a> | 750 <a href="/file/a7c1559b7bba?style=monoblue">files</a> |
751 | 751 |
752 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=monoblue' | egrep $REVLINKS | 752 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=monoblue' | grep -E $REVLINKS |
753 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> | 753 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> |
754 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | | 754 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
755 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | | 755 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
756 <a href="/file/9d8c40cba617?style=monoblue">files</a> | 756 <a href="/file/9d8c40cba617?style=monoblue">files</a> |
757 | 757 |
758 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=monoblue' | egrep $REVLINKS | 758 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=monoblue' | grep -E $REVLINKS |
759 <li><a href="/graph/tip?style=monoblue">graph</a></li> | 759 <li><a href="/graph/tip?style=monoblue">graph</a></li> |
760 <li><a href="/rev/tip?style=monoblue">changeset</a></li> | 760 <li><a href="/rev/tip?style=monoblue">changeset</a></li> |
761 <li><a href="/archive/tip.zip">zip</a></li> | 761 <li><a href="/archive/tip.zip">zip</a></li> |
762 <a href="/file/tip/dir?style=monoblue">dir</a> | 762 <a href="/file/tip/dir?style=monoblue">dir</a> |
763 <a href="/file/tip/dir/?style=monoblue"></a> | 763 <a href="/file/tip/dir/?style=monoblue"></a> |
765 <td><a href="/file/tip/foo?style=monoblue">foo</a></td> | 765 <td><a href="/file/tip/foo?style=monoblue">foo</a></td> |
766 <a href="/file/tip/foo?style=monoblue">file</a> | | 766 <a href="/file/tip/foo?style=monoblue">file</a> | |
767 <a href="/log/tip/foo?style=monoblue">revisions</a> | | 767 <a href="/log/tip/foo?style=monoblue">revisions</a> | |
768 <a href="/annotate/tip/foo?style=monoblue">annotate</a> | 768 <a href="/annotate/tip/foo?style=monoblue">annotate</a> |
769 | 769 |
770 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue&rev=all()' | egrep $REVLINKS | 770 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue&rev=all()' | grep -E $REVLINKS |
771 <li><a href="/archive/tip.zip">zip</a></li> | 771 <li><a href="/archive/tip.zip">zip</a></li> |
772 <a class="title" href="/rev/9d8c40cba617?style=monoblue"> | 772 <a class="title" href="/rev/9d8c40cba617?style=monoblue"> |
773 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> | 773 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> |
774 <a class="title" href="/rev/43c799df6e75?style=monoblue"> | 774 <a class="title" href="/rev/43c799df6e75?style=monoblue"> |
775 | 775 |
776 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=monoblue' | egrep $REVLINKS | 776 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=monoblue' | grep -E $REVLINKS |
777 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 777 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
778 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 778 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
779 <li><a href="/raw-rev/xyzzy">raw</a></li> | 779 <li><a href="/raw-rev/xyzzy">raw</a></li> |
780 <li><a href="/archive/xyzzy.zip">zip</a></li> | 780 <li><a href="/archive/xyzzy.zip">zip</a></li> |
781 <a href="/raw-rev/a7c1559b7bba"> | 781 <a href="/raw-rev/a7c1559b7bba"> |
787 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a> | | 787 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a> | |
788 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> | | 788 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> | |
789 <a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a> | | 789 <a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a> | |
790 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a> | 790 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a> |
791 | 791 |
792 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=monoblue' | egrep $REVLINKS | 792 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=monoblue' | grep -E $REVLINKS |
793 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 793 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
794 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 794 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
795 <li><a href="/archive/xyzzy.zip">zip</a></li> | 795 <li><a href="/archive/xyzzy.zip">zip</a></li> |
796 <a href="/rev/a7c1559b7bba?style=monoblue"> | 796 <a href="/rev/a7c1559b7bba?style=monoblue"> |
797 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | | 797 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | |
799 <a href="/rev/43c799df6e75?style=monoblue"> | 799 <a href="/rev/43c799df6e75?style=monoblue"> |
800 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> | | 800 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> | |
801 <a href="/file/43c799df6e75?style=monoblue">files</a> | 801 <a href="/file/43c799df6e75?style=monoblue">files</a> |
802 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a> | 802 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a> |
803 | 803 |
804 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=monoblue' | egrep $REVLINKS | 804 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=monoblue' | grep -E $REVLINKS |
805 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 805 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
806 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 806 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
807 <li><a href="/archive/xyzzy.zip">zip</a></li> | 807 <li><a href="/archive/xyzzy.zip">zip</a></li> |
808 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> | 808 <a class="title" href="/rev/a7c1559b7bba?style=monoblue"> |
809 <a class="title" href="/rev/43c799df6e75?style=monoblue"> | 809 <a class="title" href="/rev/43c799df6e75?style=monoblue"> |
810 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a> | 810 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a> |
811 | 811 |
812 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=monoblue' | egrep $REVLINKS | 812 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=monoblue' | grep -E $REVLINKS |
813 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 813 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
814 <li><a href="/archive/xyzzy.zip">zip</a></li> | 814 <li><a href="/archive/xyzzy.zip">zip</a></li> |
815 <a href="/rev/a7c1559b7bba?style=monoblue">second</a> | 815 <a href="/rev/a7c1559b7bba?style=monoblue">second</a> |
816 <a href="/rev/43c799df6e75?style=monoblue">first</a> | 816 <a href="/rev/43c799df6e75?style=monoblue">first</a> |
817 <a href="/graph/xyzzy?revcount=30&style=monoblue">less</a> | 817 <a href="/graph/xyzzy?revcount=30&style=monoblue">less</a> |
818 <a href="/graph/xyzzy?revcount=120&style=monoblue">more</a> | 818 <a href="/graph/xyzzy?revcount=120&style=monoblue">more</a> |
819 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a> | 819 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a> |
820 | 820 |
821 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=monoblue' | egrep $REVLINKS | 821 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=monoblue' | grep -E $REVLINKS |
822 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 822 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
823 <li><a href="/rev/xyzzy?style=monoblue">changeset</a></li> | 823 <li><a href="/rev/xyzzy?style=monoblue">changeset</a></li> |
824 <li><a href="/archive/xyzzy.zip">zip</a></li> | 824 <li><a href="/archive/xyzzy.zip">zip</a></li> |
825 <a href="/file/xyzzy/dir?style=monoblue">dir</a> | 825 <a href="/file/xyzzy/dir?style=monoblue">dir</a> |
826 <a href="/file/xyzzy/dir/?style=monoblue"></a> | 826 <a href="/file/xyzzy/dir/?style=monoblue"></a> |
828 <td><a href="/file/xyzzy/foo?style=monoblue">foo</a></td> | 828 <td><a href="/file/xyzzy/foo?style=monoblue">foo</a></td> |
829 <a href="/file/xyzzy/foo?style=monoblue">file</a> | | 829 <a href="/file/xyzzy/foo?style=monoblue">file</a> | |
830 <a href="/log/xyzzy/foo?style=monoblue">revisions</a> | | 830 <a href="/log/xyzzy/foo?style=monoblue">revisions</a> | |
831 <a href="/annotate/xyzzy/foo?style=monoblue">annotate</a> | 831 <a href="/annotate/xyzzy/foo?style=monoblue">annotate</a> |
832 | 832 |
833 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=monoblue' | egrep $REVLINKS | 833 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=monoblue' | grep -E $REVLINKS |
834 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 834 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
835 <li><a href="/file/xyzzy/?style=monoblue">files</a></li> | 835 <li><a href="/file/xyzzy/?style=monoblue">files</a></li> |
836 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> | 836 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> |
837 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> | 837 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> |
838 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li> | 838 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li> |
841 <li><a href="/raw-file/xyzzy/foo">raw</a></li> | 841 <li><a href="/raw-file/xyzzy/foo">raw</a></li> |
842 <dd><a class="list" href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd> | 842 <dd><a class="list" href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd> |
843 <a href="/file/43c799df6e75/foo?style=monoblue"> | 843 <a href="/file/43c799df6e75/foo?style=monoblue"> |
844 <a href="/file/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a> | 844 <a href="/file/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a> |
845 | 845 |
846 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=monoblue' | egrep $REVLINKS | 846 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=monoblue' | grep -E $REVLINKS |
847 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 847 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
848 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 848 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
849 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> | 849 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> |
850 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li> | 850 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li> |
851 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li> | 851 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li> |
859 <a href="/file/43c799df6e75/foo?style=monoblue">file</a> | | 859 <a href="/file/43c799df6e75/foo?style=monoblue">file</a> | |
860 <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> | | 860 <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> | |
861 <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a> | 861 <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a> |
862 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a> <a href="/log/tip/foo?style=monoblue">tip</a> | 862 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a> <a href="/log/tip/foo?style=monoblue">tip</a> |
863 | 863 |
864 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS | 864 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | grep -E $REVLINKS |
865 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 865 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
866 <li><a href="/file/xyzzy/?style=monoblue">files</a></li> | 866 <li><a href="/file/xyzzy/?style=monoblue">files</a></li> |
867 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> | 867 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> |
868 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> | 868 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> |
869 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> | 869 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> |
881 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2"> | 881 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2"> |
882 <a href="/annotate/43c799df6e75/foo?style=monoblue">0</a></div> | 882 <a href="/annotate/43c799df6e75/foo?style=monoblue">0</a></div> |
883 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> | 883 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> |
884 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | 884 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
885 | 885 |
886 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=monoblue' | egrep $REVLINKS | 886 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=monoblue' | grep -E $REVLINKS |
887 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 887 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
888 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 888 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
889 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> | 889 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> |
890 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> | 890 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> |
891 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> | 891 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> |
894 <li><a href="/raw-diff/xyzzy/foo">raw</a></li> | 894 <li><a href="/raw-diff/xyzzy/foo">raw</a></li> |
895 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd> | 895 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd> |
896 <dd><a href="/diff/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd> | 896 <dd><a href="/diff/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd> |
897 <dd><a href="/diff/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd> | 897 <dd><a href="/diff/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd> |
898 | 898 |
899 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=monoblue' | egrep $REVLINKS | 899 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=monoblue' | grep -E $REVLINKS |
900 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> | 900 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
901 <li><a href="/file/xyzzy?style=monoblue">files</a></li> | 901 <li><a href="/file/xyzzy?style=monoblue">files</a></li> |
902 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> | 902 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li> |
903 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> | 903 <li><a href="/file/tip/foo?style=monoblue">latest</a></li> |
904 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> | 904 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li> |
909 <dd><a href="/comparison/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd> | 909 <dd><a href="/comparison/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd> |
910 <dd><a href="/comparison/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd> | 910 <dd><a href="/comparison/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd> |
911 | 911 |
912 (De)referencing symbolic revisions (spartan) | 912 (De)referencing symbolic revisions (spartan) |
913 | 913 |
914 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan' | egrep $REVLINKS | 914 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan' | grep -E $REVLINKS |
915 <a href="/log/tip?style=spartan">changelog</a> | 915 <a href="/log/tip?style=spartan">changelog</a> |
916 <a href="/graph/tip?style=spartan">graph</a> | 916 <a href="/graph/tip?style=spartan">graph</a> |
917 <a href="/file/tip/?style=spartan">files</a> | 917 <a href="/file/tip/?style=spartan">files</a> |
918 <a href="/archive/tip.zip">zip</a> | 918 <a href="/archive/tip.zip">zip</a> |
919 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> | 919 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> |
920 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">third</a></td> | 920 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">third</a></td> |
921 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td> | 921 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td> |
922 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td> | 922 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td> |
923 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> | 923 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> |
924 | 924 |
925 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=spartan' | egrep $REVLINKS | 925 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=spartan' | grep -E $REVLINKS |
926 <a href="/shortlog/tip?style=spartan">shortlog</a> | 926 <a href="/shortlog/tip?style=spartan">shortlog</a> |
927 <a href="/graph/tip?style=spartan">graph</a> | 927 <a href="/graph/tip?style=spartan">graph</a> |
928 <a href="/file/tip?style=spartan">files</a> | 928 <a href="/file/tip?style=spartan">files</a> |
929 <a href="/archive/tip.zip">zip</a> | 929 <a href="/archive/tip.zip">zip</a> |
930 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> | 930 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> |
937 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> | 937 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> |
938 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> | 938 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> |
939 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> | 939 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> |
940 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> | 940 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> |
941 | 941 |
942 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=spartan' | egrep $REVLINKS | 942 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=spartan' | grep -E $REVLINKS |
943 <a href="/log/tip?style=spartan">changelog</a> | 943 <a href="/log/tip?style=spartan">changelog</a> |
944 <a href="/shortlog/tip?style=spartan">shortlog</a> | 944 <a href="/shortlog/tip?style=spartan">shortlog</a> |
945 <a href="/file/tip/?style=spartan">files</a> | 945 <a href="/file/tip/?style=spartan">files</a> |
946 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> | 946 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> |
947 <a href="/rev/9d8c40cba617?style=spartan">third</a> | 947 <a href="/rev/9d8c40cba617?style=spartan">third</a> |
948 <a href="/rev/a7c1559b7bba?style=spartan">second</a> | 948 <a href="/rev/a7c1559b7bba?style=spartan">second</a> |
949 <a href="/rev/43c799df6e75?style=spartan">first</a> | 949 <a href="/rev/43c799df6e75?style=spartan">first</a> |
950 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> | 950 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> |
951 | 951 |
952 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=spartan' | egrep $REVLINKS | 952 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=spartan' | grep -E $REVLINKS |
953 <a href="/rev/9d8c40cba617?style=spartan">tip</a> | 953 <a href="/rev/9d8c40cba617?style=spartan">tip</a> |
954 | 954 |
955 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=spartan' | egrep $REVLINKS | 955 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=spartan' | grep -E $REVLINKS |
956 <a href="/shortlog/9d8c40cba617?style=spartan" class="open">default</a> | 956 <a href="/shortlog/9d8c40cba617?style=spartan" class="open">default</a> |
957 | 957 |
958 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=spartan' | egrep $REVLINKS | 958 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=spartan' | grep -E $REVLINKS |
959 <a href="/log/tip?style=spartan">changelog</a> | 959 <a href="/log/tip?style=spartan">changelog</a> |
960 <a href="/shortlog/tip?style=spartan">shortlog</a> | 960 <a href="/shortlog/tip?style=spartan">shortlog</a> |
961 <a href="/graph/tip?style=spartan">graph</a> | 961 <a href="/graph/tip?style=spartan">graph</a> |
962 <a href="/rev/tip?style=spartan">changeset</a> | 962 <a href="/rev/tip?style=spartan">changeset</a> |
963 <a href="/archive/tip.zip">zip</a> | 963 <a href="/archive/tip.zip">zip</a> |
964 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/9d8c40cba617">9d8c40cba617</a>: /</h2> | 964 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/9d8c40cba617">9d8c40cba617</a>: /</h2> |
965 <a href="/file/tip/dir?style=spartan">dir/</a> | 965 <a href="/file/tip/dir?style=spartan">dir/</a> |
966 <a href="/file/tip/dir/?style=spartan"> | 966 <a href="/file/tip/dir/?style=spartan"> |
967 <td><a href="/file/tip/foo?style=spartan">foo</a></td> | 967 <td><a href="/file/tip/foo?style=spartan">foo</a></td> |
968 | 968 |
969 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan&rev=all()' | egrep $REVLINKS | 969 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan&rev=all()' | grep -E $REVLINKS |
970 <a href="/archive/tip.zip">zip</a> | 970 <a href="/archive/tip.zip">zip</a> |
971 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td> | 971 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td> |
972 <a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a> | 972 <a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a> |
973 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th> | 973 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th> |
974 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td> | 974 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td> |
980 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> | 980 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> |
981 <td class="child"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> | 981 <td class="child"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> |
982 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> | 982 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> |
983 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> | 983 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> |
984 | 984 |
985 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=spartan' | egrep $REVLINKS | 985 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=spartan' | grep -E $REVLINKS |
986 <a href="/log/xyzzy?style=spartan">changelog</a> | 986 <a href="/log/xyzzy?style=spartan">changelog</a> |
987 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 987 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
988 <a href="/graph/xyzzy?style=spartan">graph</a> | 988 <a href="/graph/xyzzy?style=spartan">graph</a> |
989 <a href="/file/xyzzy?style=spartan">files</a> | 989 <a href="/file/xyzzy?style=spartan">files</a> |
990 <a href="/raw-rev/xyzzy">raw</a> | 990 <a href="/raw-rev/xyzzy">raw</a> |
992 <td class="changeset"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> | 992 <td class="changeset"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> |
993 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> | 993 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> |
994 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td> | 994 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td> |
995 <td class="files"><a href="/file/a7c1559b7bba/foo?style=spartan">foo</a> </td> | 995 <td class="files"><a href="/file/a7c1559b7bba/foo?style=spartan">foo</a> </td> |
996 | 996 |
997 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=spartan' | egrep $REVLINKS | 997 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=spartan' | grep -E $REVLINKS |
998 <a href="/log/xyzzy?style=spartan">changelog</a> | 998 <a href="/log/xyzzy?style=spartan">changelog</a> |
999 <a href="/graph/xyzzy?style=spartan">graph</a> | 999 <a href="/graph/xyzzy?style=spartan">graph</a> |
1000 <a href="/file/xyzzy/?style=spartan">files</a> | 1000 <a href="/file/xyzzy/?style=spartan">files</a> |
1001 <a href="/archive/xyzzy.zip">zip</a> | 1001 <a href="/archive/xyzzy.zip">zip</a> |
1002 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> | 1002 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> |
1003 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td> | 1003 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td> |
1004 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td> | 1004 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td> |
1005 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> | 1005 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small> |
1006 | 1006 |
1007 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=spartan' | egrep $REVLINKS | 1007 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=spartan' | grep -E $REVLINKS |
1008 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1008 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1009 <a href="/graph/xyzzy?style=spartan">graph</a> | 1009 <a href="/graph/xyzzy?style=spartan">graph</a> |
1010 <a href="/file/xyzzy?style=spartan">files</a> | 1010 <a href="/file/xyzzy?style=spartan">files</a> |
1011 <a href="/archive/xyzzy.zip">zip</a> | 1011 <a href="/archive/xyzzy.zip">zip</a> |
1012 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> | 1012 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> |
1016 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> | 1016 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td> |
1017 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> | 1017 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th> |
1018 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> | 1018 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td> |
1019 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> | 1019 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small> |
1020 | 1020 |
1021 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=spartan' | egrep $REVLINKS | 1021 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=spartan' | grep -E $REVLINKS |
1022 <a href="/log/xyzzy?style=spartan">changelog</a> | 1022 <a href="/log/xyzzy?style=spartan">changelog</a> |
1023 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1023 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1024 <a href="/file/xyzzy/?style=spartan">files</a> | 1024 <a href="/file/xyzzy/?style=spartan">files</a> |
1025 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> | 1025 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> |
1026 <a href="/rev/a7c1559b7bba?style=spartan">second</a> | 1026 <a href="/rev/a7c1559b7bba?style=spartan">second</a> |
1027 <a href="/rev/43c799df6e75?style=spartan">first</a> | 1027 <a href="/rev/43c799df6e75?style=spartan">first</a> |
1028 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> | 1028 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small> |
1029 | 1029 |
1030 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=spartan' | egrep $REVLINKS | 1030 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=spartan' | grep -E $REVLINKS |
1031 <a href="/log/xyzzy?style=spartan">changelog</a> | 1031 <a href="/log/xyzzy?style=spartan">changelog</a> |
1032 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1032 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1033 <a href="/graph/xyzzy?style=spartan">graph</a> | 1033 <a href="/graph/xyzzy?style=spartan">graph</a> |
1034 <a href="/rev/xyzzy?style=spartan">changeset</a> | 1034 <a href="/rev/xyzzy?style=spartan">changeset</a> |
1035 <a href="/archive/xyzzy.zip">zip</a> | 1035 <a href="/archive/xyzzy.zip">zip</a> |
1036 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/a7c1559b7bba">a7c1559b7bba</a>: /</h2> | 1036 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/a7c1559b7bba">a7c1559b7bba</a>: /</h2> |
1037 <a href="/file/xyzzy/dir?style=spartan">dir/</a> | 1037 <a href="/file/xyzzy/dir?style=spartan">dir/</a> |
1038 <a href="/file/xyzzy/dir/?style=spartan"> | 1038 <a href="/file/xyzzy/dir/?style=spartan"> |
1039 <td><a href="/file/xyzzy/foo?style=spartan">foo</a></td> | 1039 <td><a href="/file/xyzzy/foo?style=spartan">foo</a></td> |
1040 | 1040 |
1041 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=spartan' | egrep $REVLINKS | 1041 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=spartan' | grep -E $REVLINKS |
1042 <a href="/log/xyzzy?style=spartan">changelog</a> | 1042 <a href="/log/xyzzy?style=spartan">changelog</a> |
1043 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1043 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1044 <a href="/graph/xyzzy?style=spartan">graph</a> | 1044 <a href="/graph/xyzzy?style=spartan">graph</a> |
1045 <a href="/rev/xyzzy?style=spartan">changeset</a> | 1045 <a href="/rev/xyzzy?style=spartan">changeset</a> |
1046 <a href="/file/xyzzy/?style=spartan">files</a> | 1046 <a href="/file/xyzzy/?style=spartan">files</a> |
1049 <a href="/raw-file/xyzzy/foo">raw</a> | 1049 <a href="/raw-file/xyzzy/foo">raw</a> |
1050 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> | 1050 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td> |
1051 <a href="/file/43c799df6e75/foo?style=spartan"> | 1051 <a href="/file/43c799df6e75/foo?style=spartan"> |
1052 <td><a href="/file/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td> | 1052 <td><a href="/file/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td> |
1053 | 1053 |
1054 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=spartan' | egrep $REVLINKS | 1054 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=spartan' | grep -E $REVLINKS |
1055 href="/atom-log/tip/foo" title="Atom feed for test:foo"> | 1055 href="/atom-log/tip/foo" title="Atom feed for test:foo"> |
1056 href="/rss-log/tip/foo" title="RSS feed for test:foo"> | 1056 href="/rss-log/tip/foo" title="RSS feed for test:foo"> |
1057 <a href="/file/xyzzy/foo?style=spartan">file</a> | 1057 <a href="/file/xyzzy/foo?style=spartan">file</a> |
1058 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a> | 1058 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a> |
1059 <a type="application/rss+xml" href="/rss-log/tip/foo">rss</a> | 1059 <a type="application/rss+xml" href="/rss-log/tip/foo">rss</a> |
1066 <th class="firstline"><a href="/rev/43c799df6e75?style=spartan">first</a></th> | 1066 <th class="firstline"><a href="/rev/43c799df6e75?style=spartan">first</a></th> |
1067 <a href="/file/43c799df6e75/foo?style=spartan">43c799df6e75</a> | 1067 <a href="/file/43c799df6e75/foo?style=spartan">43c799df6e75</a> |
1068 <a href="/diff/43c799df6e75/foo?style=spartan">(diff)</a> | 1068 <a href="/diff/43c799df6e75/foo?style=spartan">(diff)</a> |
1069 <a href="/annotate/43c799df6e75/foo?style=spartan">(annotate)</a> | 1069 <a href="/annotate/43c799df6e75/foo?style=spartan">(annotate)</a> |
1070 | 1070 |
1071 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=spartan' | egrep $REVLINKS | 1071 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=spartan' | grep -E $REVLINKS |
1072 <a href="/log/xyzzy?style=spartan">changelog</a> | 1072 <a href="/log/xyzzy?style=spartan">changelog</a> |
1073 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1073 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1074 <a href="/graph/xyzzy?style=spartan">graph</a> | 1074 <a href="/graph/xyzzy?style=spartan">graph</a> |
1075 <a href="/rev/xyzzy?style=spartan">changeset</a> | 1075 <a href="/rev/xyzzy?style=spartan">changeset</a> |
1076 <a href="/file/xyzzy/?style=spartan">files</a> | 1076 <a href="/file/xyzzy/?style=spartan">files</a> |
1088 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2"> | 1088 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2"> |
1089 <a href="/annotate/43c799df6e75/foo?style=spartan">0</a></div> | 1089 <a href="/annotate/43c799df6e75/foo?style=spartan">0</a></div> |
1090 <a href="/diff/a7c1559b7bba/foo?style=spartan">diff</a> | 1090 <a href="/diff/a7c1559b7bba/foo?style=spartan">diff</a> |
1091 <a href="/rev/a7c1559b7bba?style=spartan">changeset</a> | 1091 <a href="/rev/a7c1559b7bba?style=spartan">changeset</a> |
1092 | 1092 |
1093 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=spartan' | egrep $REVLINKS | 1093 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=spartan' | grep -E $REVLINKS |
1094 <a href="/log/xyzzy?style=spartan">changelog</a> | 1094 <a href="/log/xyzzy?style=spartan">changelog</a> |
1095 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> | 1095 <a href="/shortlog/xyzzy?style=spartan">shortlog</a> |
1096 <a href="/graph/xyzzy?style=spartan">graph</a> | 1096 <a href="/graph/xyzzy?style=spartan">graph</a> |
1097 <a href="/rev/xyzzy?style=spartan">changeset</a> | 1097 <a href="/rev/xyzzy?style=spartan">changeset</a> |
1098 <a href="/file/xyzzy/foo?style=spartan">file</a> | 1098 <a href="/file/xyzzy/foo?style=spartan">file</a> |