##// END OF EJS Templates
fix broken tests...
Benoit Boissinot -
r14053:139fb112 default
parent child Browse files
Show More
@@ -234,7 +234,7 b' Show all commands + options'
234 debugstate: nodates, datesort
234 debugstate: nodates, datesort
235 debugsub: rev
235 debugsub: rev
236 debugwalk: include, exclude
236 debugwalk: include, exclude
237 debugwireargs: three, four, ssh, remotecmd, insecure
237 debugwireargs: three, four, five, ssh, remotecmd, insecure
238 grep: print0, all, text, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude
238 grep: print0, all, text, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude
239 heads: rev, topo, active, closed, style, template
239 heads: rev, topo, active, closed, style, template
240 help:
240 help:
@@ -65,6 +65,7 b' hgweb filerevision, html'
65 <link rel="icon" href="/static/hgicon.png" type="image/png" />
65 <link rel="icon" href="/static/hgicon.png" type="image/png" />
66 <meta name="robots" content="index, nofollow" />
66 <meta name="robots" content="index, nofollow" />
67 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
67 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
68 <script type="text/javascript" src="/static/mercurial.js"></script>
68
69
69 <link rel="stylesheet" href="/highlightcss" type="text/css" />
70 <link rel="stylesheet" href="/highlightcss" type="text/css" />
70 <title>test: 853dcd4de2a6 primes.py</title>
71 <title>test: 853dcd4de2a6 primes.py</title>
@@ -120,7 +121,7 b' hgweb filerevision, html'
120 </tr>
121 </tr>
121 <tr>
122 <tr>
122 <th class="date">date</th>
123 <th class="date">date</th>
123 <td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td>
124 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
124 </tr>
125 </tr>
125 <tr>
126 <tr>
126 <th class="author">parents</th>
127 <th class="author">parents</th>
@@ -173,6 +174,7 b' hgweb filerevision, html'
173 </div>
174 </div>
174 </div>
175 </div>
175
176
177 <script type="text/javascript">process_dates()</script>
176
178
177
179
178 </body>
180 </body>
@@ -191,6 +193,7 b' hgweb fileannotate, html'
191 <link rel="icon" href="/static/hgicon.png" type="image/png" />
193 <link rel="icon" href="/static/hgicon.png" type="image/png" />
192 <meta name="robots" content="index, nofollow" />
194 <meta name="robots" content="index, nofollow" />
193 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
195 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
196 <script type="text/javascript" src="/static/mercurial.js"></script>
194
197
195 <link rel="stylesheet" href="/highlightcss" type="text/css" />
198 <link rel="stylesheet" href="/highlightcss" type="text/css" />
196 <title>test: primes.py annotate</title>
199 <title>test: primes.py annotate</title>
@@ -248,7 +251,7 b' hgweb fileannotate, html'
248 </tr>
251 </tr>
249 <tr>
252 <tr>
250 <th class="date">date</th>
253 <th class="date">date</th>
251 <td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td>
254 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
252 </tr>
255 </tr>
253 <tr>
256 <tr>
254 <th class="author">parents</th>
257 <th class="author">parents</th>
@@ -497,6 +500,7 b' hgweb fileannotate, html'
497 </div>
500 </div>
498 </div>
501 </div>
499
502
503 <script type="text/javascript">process_dates()</script>
500
504
501
505
502 </body>
506 </body>
General Comments 0
You need to be logged in to leave comments. Login now