##// END OF EJS Templates
hgweb: fix dynamic date calculation not working under Safari...
Brodie Rao -
r15375:fe9d36a6 stable
parent child Browse files
Show More
@@ -199,7 +199,7 b" indexentry = '"
199 199 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
200 200 <td>{description}</td>
201 201 <td>{contact|obfuscate}</td>
202 <td class="age">{lastchange|date}</td>
202 <td class="age">{lastchange|rfc822date}</td>
203 203 <td class="indexlinks">{archives%indexarchiveentry}</td>
204 204 </tr>\n'
205 205 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
@@ -1,5 +1,5 b''
1 1 <div>
2 <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|date}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a>
2 <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|rfc822date}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a>
3 3 </div>
4 4 <div class="title_text">
5 5 <div class="log_link">
@@ -32,7 +32,7 b' changeset |'
32 32 <div class="title_text">
33 33 <table cellspacing="0">
34 34 <tr><td>author</td><td>{author|obfuscate}</td></tr>
35 <tr><td></td><td class="date age">{date|date}</td></tr>
35 <tr><td></td><td class="date age">{date|rfc822date}</td></tr>
36 36 {branch%changesetbranch}
37 37 <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr>
38 38 {parent%changesetparent}
@@ -40,7 +40,7 b' annotate |'
40 40 <td>{author|obfuscate}</td></tr>
41 41 <tr>
42 42 <td></td>
43 <td class="date age">{date|date}</td></tr>
43 <td class="date age">{date|rfc822date}</td></tr>
44 44 {branch%filerevbranch}
45 45 <tr>
46 46 <td>changeset {rev}</td>
@@ -40,7 +40,7 b' file |'
40 40 <td>{author|obfuscate}</td></tr>
41 41 <tr>
42 42 <td></td>
43 <td class="date age">{date|date}</td></tr>
43 <td class="date age">{date|rfc822date}</td></tr>
44 44 {branch%filerevbranch}
45 45 <tr>
46 46 <td>changeset {rev}</td>
@@ -162,7 +162,7 b" fileannotatechild = '"
162 162 tags = tags.tmpl
163 163 tagentry = '
164 164 <tr class="parity{parity}">
165 <td class="age"><i class="age">{date|date}</i></td>
165 <td class="age"><i class="age">{date|rfc822date}</i></td>
166 166 <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td>
167 167 <td class="link">
168 168 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
@@ -173,7 +173,7 b" tagentry = '"
173 173 bookmarks = bookmarks.tmpl
174 174 bookmarkentry = '
175 175 <tr class="parity{parity}">
176 <td class="age"><i class="age">{date|date}</i></td>
176 <td class="age"><i class="age">{date|rfc822date}</i></td>
177 177 <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{bookmark|escape}</b></a></td>
178 178 <td class="link">
179 179 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
@@ -184,7 +184,7 b" bookmarkentry = '"
184 184 branches = branches.tmpl
185 185 branchentry = '
186 186 <tr class="parity{parity}">
187 <td class="age"><i class="age">{date|date}</i></td>
187 <td class="age"><i class="age">{date|rfc822date}</i></td>
188 188 <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
189 189 <td class="{status}">{branch|escape}</td>
190 190 <td class="link">
@@ -228,7 +228,7 b' inbranchtag = \'<span class="inbranchtag"'
228 228 bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> '
229 229 shortlogentry = '
230 230 <tr class="parity{parity}">
231 <td class="age"><i class="age">{date|date}</i></td>
231 <td class="age"><i class="age">{date|rfc822date}</i></td>
232 232 <td><i>{author|person}</i></td>
233 233 <td>
234 234 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">
@@ -243,7 +243,7 b" shortlogentry = '"
243 243 </tr>'
244 244 filelogentry = '
245 245 <tr class="parity{parity}">
246 <td class="age"><i class="age">{date|date}</i></td>
246 <td class="age"><i class="age">{date|rfc822date}</i></td>
247 247 <td>
248 248 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">
249 249 <b>{desc|strip|firstline|escape|nonempty}</b>
@@ -262,7 +262,7 b" indexentry = '"
262 262 </td>
263 263 <td>{description}</td>
264 264 <td>{contact|obfuscate}</td>
265 <td class="age">{lastchange|date}</td>
265 <td class="age">{lastchange|rfc822date}</td>
266 266 <td class="indexlinks">{archives%indexarchiveentry}</td>
267 267 <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td>
268 268 </tr>\n'
@@ -1,6 +1,6 b''
1 1 <h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
2 2 <ul class="changelog-entry">
3 <li class="age">{date|date}</li>
3 <li class="age">{date|rfc822date}</li>
4 4 <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
5 5 <li class="description">{desc|strip|escape|addbreaks|nonempty}</li>
6 6 </ul>
@@ -38,13 +38,13 b''
38 38 <h2 class="no-link no-border">changeset</h2>
39 39
40 40 <h3 class="changeset"><a href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
41 <p class="changeset-age age">{date|date}</p>
41 <p class="changeset-age age">{date|rfc822date}</p>
42 42
43 43 <dl class="overview">
44 44 <dt>author</dt>
45 45 <dd>{author|obfuscate}</dd>
46 46 <dt>date</dt>
47 <dd>{date|date}</dd>
47 <dd>{date|rfc822date}</dd>
48 48 {branch%changesetbranch}
49 49 <dt>changeset {rev}</dt>
50 50 <dd>{node|short}</dd>
@@ -40,13 +40,13 b''
40 40
41 41 <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2>
42 42 <h3 class="changeset">{file|escape}</h3>
43 <p class="changeset-age age">{date|date}</p>
43 <p class="changeset-age age">{date|rfc822date}</p>
44 44
45 45 <dl class="overview">
46 46 <dt>author</dt>
47 47 <dd>{author|obfuscate}</dd>
48 48 <dt>date</dt>
49 <dd>{date|date}</dd>
49 <dd>{date|rfc822date}</dd>
50 50 {branch%filerevbranch}
51 51 <dt>changeset {rev}</dt>
52 52 <dd><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
@@ -40,13 +40,13 b''
40 40
41 41 <h2 class="no-link no-border">{file|escape}@{node|short}</h2>
42 42 <h3 class="changeset">{file|escape}</h3>
43 <p class="changeset-age age">{date|date}</p>
43 <p class="changeset-age age">{date|rfc822date}</p>
44 44
45 45 <dl class="overview">
46 46 <dt>author</dt>
47 47 <dd>{author|obfuscate}</dd>
48 48 <dt>date</dt>
49 <dd>{date|date}</dd>
49 <dd>{date|rfc822date}</dd>
50 50 {branch%filerevbranch}
51 51 <dt>changeset {rev}</dt>
52 52 <dd><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
@@ -141,7 +141,7 b" fileannotatechild = '"
141 141 tags = tags.tmpl
142 142 tagentry = '
143 143 <tr class="parity{parity}">
144 <td class="nowrap age">{date|date}</td>
144 <td class="nowrap age">{date|rfc822date}</td>
145 145 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td>
146 146 <td class="nowrap">
147 147 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
@@ -152,7 +152,7 b" tagentry = '"
152 152 bookmarks = bookmarks.tmpl
153 153 bookmarkentry = '
154 154 <tr class="parity{parity}">
155 <td class="nowrap date">{date|date}</td>
155 <td class="nowrap date">{date|rfc822date}</td>
156 156 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
157 157 <td class="nowrap">
158 158 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
@@ -163,7 +163,7 b" bookmarkentry = '"
163 163 branches = branches.tmpl
164 164 branchentry = '
165 165 <tr class="parity{parity}">
166 <td class="nowrap age">{date|date}</td>
166 <td class="nowrap age">{date|rfc822date}</td>
167 167 <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
168 168 <td class="{status}">{branch|escape}</td>
169 169 <td class="nowrap">
@@ -196,7 +196,7 b' inbranchtag = \'<span class="inbranchtag"'
196 196 bookmarktag = '<span class="bookmarktag" title="{name}">{name}</span> '
197 197 shortlogentry = '
198 198 <tr class="parity{parity}">
199 <td class="nowrap age">{date|date}</td>
199 <td class="nowrap age">{date|rfc822date}</td>
200 200 <td>{author|person}</td>
201 201 <td>
202 202 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
@@ -211,7 +211,7 b" shortlogentry = '"
211 211 </tr>'
212 212 filelogentry = '
213 213 <tr class="parity{parity}">
214 <td class="nowrap age">{date|date}</td>
214 <td class="nowrap age">{date|rfc822date}</td>
215 215 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
216 216 <td class="nowrap">
217 217 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
@@ -224,7 +224,7 b" indexentry = '"
224 224 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
225 225 <td>{description}</td>
226 226 <td>{contact|obfuscate}</td>
227 <td class="age">{lastchange|date}</td>
227 <td class="age">{lastchange|rfc822date}</td>
228 228 <td class="indexlinks">{archives%indexarchiveentry}</td>
229 229 <td>
230 230 <div class="rss_logo">
@@ -49,7 +49,7 b' files, or words in the commit message</d'
49 49 </tr>
50 50 <tr>
51 51 <th class="date">date</th>
52 <td class="date age">{date|date}</td></tr>
52 <td class="date age">{date|rfc822date}</td></tr>
53 53 <tr>
54 54 <th class="author">parents</th>
55 55 <td class="author">{parent%changesetparent}</td>
@@ -54,7 +54,7 b' files, or words in the commit message</d'
54 54 </tr>
55 55 <tr>
56 56 <th class="date">date</th>
57 <td class="date age">{date|date}</td>
57 <td class="date age">{date|rfc822date}</td>
58 58 </tr>
59 59 <tr>
60 60 <th class="author">parents</th>
@@ -53,7 +53,7 b' files, or words in the commit message</d'
53 53 </tr>
54 54 <tr>
55 55 <th>date</th>
56 <td class="date age">{date|date}</td>
56 <td class="date age">{date|rfc822date}</td>
57 57 </tr>
58 58 <tr>
59 59 <th>parents</th>
@@ -1,5 +1,5 b''
1 1 <tr class="parity{parity}">
2 <td class="age">{date|date}</td>
2 <td class="age">{date|rfc822date}</td>
3 3 <td class="author">{author|person}</td>
4 4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
5 5 </tr>
@@ -52,7 +52,7 b' files, or words in the commit message</d'
52 52 </tr>
53 53 <tr>
54 54 <th class="date">date</th>
55 <td class="date age">{date|date}</td>
55 <td class="date age">{date|rfc822date}</td>
56 56 </tr>
57 57 <tr>
58 58 <th class="author">parents</th>
@@ -198,7 +198,7 b" indexentry = '"
198 198 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
199 199 <td>{description}</td>
200 200 <td>{contact|obfuscate}</td>
201 <td class="age">{lastchange|date}</td>
201 <td class="age">{lastchange|rfc822date}</td>
202 202 <td class="indexlinks">{archives%indexarchiveentry}</td>
203 203 </tr>\n'
204 204 indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
@@ -1,5 +1,5 b''
1 1 <tr class="parity{parity}">
2 <td class="age">{date|date}</td>
2 <td class="age">{date|rfc822date}</td>
3 3 <td class="author">{author|person}</td>
4 4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
5 5 </tr>
@@ -1,6 +1,6 b''
1 1 <table class="logEntry parity{parity}">
2 2 <tr>
3 <th><span class="age">{date|date}</span>:</th>
3 <th><span class="age">{date|rfc822date}</span>:</th>
4 4 <th class="firstline">{desc|strip|firstline|escape|nonempty}</th>
5 5 </tr>
6 6 <tr>
@@ -16,7 +16,7 b''
16 16 </tr>
17 17 <tr>
18 18 <th class="date">date:</th>
19 <td class="date">{date|date}</td>
19 <td class="date">{date|rfc822date}</td>
20 20 </tr>
21 21 <tr>
22 22 <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
@@ -31,7 +31,7 b''
31 31 </tr>
32 32 <tr>
33 33 <th class="date">date:</th>
34 <td class="date age">{date|date}</td>
34 <td class="date age">{date|rfc822date}</td>
35 35 </tr>
36 36 <tr>
37 37 <th class="files">files:</th>
@@ -30,7 +30,7 b''
30 30 <td>{author|obfuscate}</td></tr>
31 31 <tr>
32 32 <td class="metatag">date:</td>
33 <td class="date age">{date|date}</td>
33 <td class="date age">{date|rfc822date}</td>
34 34 </tr>
35 35 <tr>
36 36 <td class="metatag">permissions:</td>
@@ -1,6 +1,6 b''
1 1 <table class="logEntry parity{parity}">
2 2 <tr>
3 <th><span class="age">{date|date}</span>:</th>
3 <th><span class="age">{date|rfc822date}</span>:</th>
4 4 <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th>
5 5 </tr>
6 6 <tr>
@@ -18,7 +18,7 b''
18 18 </tr>
19 19 <tr>
20 20 <th class="date">date:</th>
21 <td class="date">{date|date}</td>
21 <td class="date">{date|rfc822date}</td>
22 22 </tr>
23 23 </table>
24 24
@@ -30,7 +30,7 b''
30 30 <td>{author|obfuscate}</td></tr>
31 31 <tr>
32 32 <td class="metatag">date:</td>
33 <td class="date age">{date|date}</td></tr>
33 <td class="date age">{date|rfc822date}</td></tr>
34 34 <tr>
35 35 <td class="metatag">permissions:</td>
36 36 <td>{permissions|permissions}</td></tr>
@@ -168,7 +168,7 b" indexentry = '"
168 168 <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
169 169 <td>{description}</td>
170 170 <td>{contact|obfuscate}</td>
171 <td class="age">{lastchange|date}</td>
171 <td class="age">{lastchange|rfc822date}</td>
172 172 <td class="indexlinks">
173 173 <a href="{url}rss-log">RSS</a>
174 174 <a href="{url}atom-log">Atom</a>
@@ -1,6 +1,6 b''
1 1 <table class="slogEntry parity{parity}">
2 2 <tr>
3 <td class="age">{date|date}</td>
3 <td class="age">{date|rfc822date}</td>
4 4 <td class="author">{author|person}</td>
5 5 <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
6 6 </tr>
@@ -246,17 +246,17 b' Logs and changes'
246 246 <th class="description">description</th>
247 247 </tr>
248 248 <tr class="parity0">
249 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
249 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
250 250 <td class="author">test</td>
251 251 <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> <span class="tag">something</span> </td>
252 252 </tr>
253 253 <tr class="parity1">
254 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
254 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
255 255 <td class="author">test</td>
256 256 <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td>
257 257 </tr>
258 258 <tr class="parity0">
259 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
259 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
260 260 <td class="author">test</td>
261 261 <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td>
262 262 </tr>
@@ -339,7 +339,7 b' Logs and changes'
339 339 </tr>
340 340 <tr>
341 341 <th class="date">date</th>
342 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td></tr>
342 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr>
343 343 <tr>
344 344 <th class="author">parents</th>
345 345 <td class="author"></td>
@@ -476,7 +476,7 b' Logs and changes'
476 476 <th class="description">description</th>
477 477 </tr>
478 478 <tr class="parity0">
479 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
479 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
480 480 <td class="author">test</td>
481 481 <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> <span class="tag">anotherthing</span> </td>
482 482 </tr>
@@ -586,7 +586,7 b' File-related'
586 586 </tr>
587 587 <tr>
588 588 <th class="date">date</th>
589 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
589 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
590 590 </tr>
591 591 <tr>
592 592 <th class="author">parents</th>
@@ -701,7 +701,7 b' Overviews'
701 701 <table cellspacing="0">
702 702
703 703 <tr class="parity0">
704 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
704 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
705 705 <td><i>test</i></td>
706 706 <td>
707 707 <a class="list" href="/rev/1d22e65f027e?style=gitweb">
@@ -715,7 +715,7 b' Overviews'
715 715 </td>
716 716 </tr>
717 717 <tr class="parity1">
718 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
718 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
719 719 <td><i>test</i></td>
720 720 <td>
721 721 <a class="list" href="/rev/a4f92ed23982?style=gitweb">
@@ -729,7 +729,7 b' Overviews'
729 729 </td>
730 730 </tr>
731 731 <tr class="parity0">
732 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
732 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
733 733 <td><i>test</i></td>
734 734 <td>
735 735 <a class="list" href="/rev/2ef0ac749a14?style=gitweb">
@@ -749,7 +749,7 b' Overviews'
749 749 <table cellspacing="0">
750 750
751 751 <tr class="parity0">
752 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
752 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
753 753 <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>1.0</b></a></td>
754 754 <td class="link">
755 755 <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> |
@@ -764,7 +764,7 b' Overviews'
764 764 <table cellspacing="0">
765 765
766 766 <tr class="parity0">
767 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
767 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
768 768 <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>anotherthing</b></a></td>
769 769 <td class="link">
770 770 <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> |
@@ -773,7 +773,7 b' Overviews'
773 773 </td>
774 774 </tr>
775 775 <tr class="parity1">
776 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
776 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
777 777 <td><a class="list" href="/rev/1d22e65f027e?style=gitweb"><b>something</b></a></td>
778 778 <td class="link">
779 779 <a href="/rev/1d22e65f027e?style=gitweb">changeset</a> |
@@ -788,7 +788,7 b' Overviews'
788 788 <table cellspacing="0">
789 789
790 790 <tr class="parity0">
791 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
791 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
792 792 <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td>
793 793 <td class="">stable</td>
794 794 <td class="link">
@@ -798,7 +798,7 b' Overviews'
798 798 </td>
799 799 </tr>
800 800 <tr class="parity1">
801 <td class="age"><i class="age">Thu Jan 01 00:00:00 1970 +0000</i></td>
801 <td class="age"><i class="age">Thu, 01 Jan 1970 00:00:00 +0000</i></td>
802 802 <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td>
803 803 <td class="">default</td>
804 804 <td class="link">
@@ -81,7 +81,7 b' revision'
81 81 </tr>
82 82 <tr>
83 83 <th class="date">date</th>
84 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td></tr>
84 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr>
85 85 <tr>
86 86 <th class="author">parents</th>
87 87 <td class="author"></td>
@@ -240,7 +240,7 b' diff removed file'
240 240 </tr>
241 241 <tr>
242 242 <th>date</th>
243 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
243 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
244 244 </tr>
245 245 <tr>
246 246 <th>parents</th>
@@ -341,7 +341,7 b' revision'
341 341 </tr>
342 342 <tr>
343 343 <th class="date">date</th>
344 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td></tr>
344 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr>
345 345 <tr>
346 346 <th class="author">parents</th>
347 347 <td class="author"></td>
@@ -504,7 +504,7 b' diff removed file'
504 504 </tr>
505 505 <tr>
506 506 <th>date</th>
507 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
507 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
508 508 </tr>
509 509 <tr>
510 510 <th>parents</th>
@@ -179,12 +179,12 b' tip - two revisions'
179 179 <th class="description">description</th>
180 180 </tr>
181 181 <tr class="parity0">
182 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
182 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
183 183 <td class="author">test</td>
184 184 <td class="description"><a href="/rev/01de2d66a28d">second a</a></td>
185 185 </tr>
186 186 <tr class="parity1">
187 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
187 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
188 188 <td class="author">test</td>
189 189 <td class="description"><a href="/rev/5ed941583260">first a</a></td>
190 190 </tr>
@@ -280,12 +280,12 b' second version - two revisions'
280 280 <th class="description">description</th>
281 281 </tr>
282 282 <tr class="parity0">
283 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
283 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
284 284 <td class="author">test</td>
285 285 <td class="description"><a href="/rev/01de2d66a28d">second a</a></td>
286 286 </tr>
287 287 <tr class="parity1">
288 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
288 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
289 289 <td class="author">test</td>
290 290 <td class="description"><a href="/rev/5ed941583260">first a</a></td>
291 291 </tr>
@@ -381,7 +381,7 b' first deleted - one revision'
381 381 <th class="description">description</th>
382 382 </tr>
383 383 <tr class="parity0">
384 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
384 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
385 385 <td class="author">test</td>
386 386 <td class="description"><a href="/rev/5ed941583260">first a</a></td>
387 387 </tr>
@@ -477,7 +477,7 b' first version - one revision'
477 477 <th class="description">description</th>
478 478 </tr>
479 479 <tr class="parity0">
480 <td class="age">Thu Jan 01 00:00:00 1970 +0000</td>
480 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
481 481 <td class="author">test</td>
482 482 <td class="description"><a href="/rev/5ed941583260">first a</a></td>
483 483 </tr>
@@ -604,7 +604,7 b' should show base link, use spartan becau'
604 604
605 605 <table class="logEntry parity0">
606 606 <tr>
607 <th><span class="age">Thu Jan 01 00:00:00 1970 +0000</span>:</th>
607 <th><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th>
608 608 <th class="firstline"><a href="/rev/b7682196df1c?style=spartan">change c</a></th>
609 609 </tr>
610 610 <tr>
@@ -622,14 +622,14 b' should show base link, use spartan becau'
622 622 </tr>
623 623 <tr>
624 624 <th class="date">date:</th>
625 <td class="date">Thu Jan 01 00:00:00 1970 +0000</td>
625 <td class="date">Thu, 01 Jan 1970 00:00:00 +0000</td>
626 626 </tr>
627 627 </table>
628 628
629 629
630 630 <table class="logEntry parity1">
631 631 <tr>
632 <th><span class="age">Thu Jan 01 00:00:00 1970 +0000</span>:</th>
632 <th><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th>
633 633 <th class="firstline"><a href="/rev/1a6696706df2?style=spartan">mv b</a></th>
634 634 </tr>
635 635 <tr>
@@ -655,7 +655,7 b' should show base link, use spartan becau'
655 655 </tr>
656 656 <tr>
657 657 <th class="date">date:</th>
658 <td class="date">Thu Jan 01 00:00:00 1970 +0000</td>
658 <td class="date">Thu, 01 Jan 1970 00:00:00 +0000</td>
659 659 </tr>
660 660 </table>
661 661
@@ -76,7 +76,7 b' revision'
76 76 </tr>
77 77 <tr>
78 78 <th class="date">date</th>
79 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td></tr>
79 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td></tr>
80 80 <tr>
81 81 <th class="author">parents</th>
82 82 <td class="author"><a href="/rev/cb9a9f314b8b">cb9a9f314b8b</a> </td>
@@ -198,7 +198,7 b' diff removed file'
198 198 </tr>
199 199 <tr>
200 200 <th>date</th>
201 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
201 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
202 202 </tr>
203 203 <tr>
204 204 <th>parents</th>
@@ -121,7 +121,7 b' hgweb filerevision, html'
121 121 </tr>
122 122 <tr>
123 123 <th class="date">date</th>
124 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
124 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
125 125 </tr>
126 126 <tr>
127 127 <th class="author">parents</th>
@@ -251,7 +251,7 b' hgweb fileannotate, html'
251 251 </tr>
252 252 <tr>
253 253 <th class="date">date</th>
254 <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
254 <td class="date age">Thu, 01 Jan 1970 00:00:00 +0000</td>
255 255 </tr>
256 256 <tr>
257 257 <th class="author">parents</th>
General Comments 0
You need to be logged in to leave comments. Login now