Show More
@@ -43,7 +43,7 b' def age(date):' | |||||
43 | for t, s in agescales: |
|
43 | for t, s in agescales: | |
44 | n = delta // s |
|
44 | n = delta // s | |
45 | if n >= 2 or s == 1: |
|
45 | if n >= 2 or s == 1: | |
46 | return fmt(t, n) |
|
46 | return '%s ago' % fmt(t, n) | |
47 |
|
47 | |||
48 | para_re = None |
|
48 | para_re = None | |
49 | space_re = None |
|
49 | space_re = None |
@@ -1,5 +1,5 b'' | |||||
1 | <div> |
|
1 | <div> | |
2 |
<a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age} |
|
2 | <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a> | |
3 | </div> |
|
3 | </div> | |
4 | <div class="title_text"> |
|
4 | <div class="title_text"> | |
5 | <div class="log_link"> |
|
5 | <div class="log_link"> |
@@ -29,7 +29,7 b' changeset |' | |||||
29 | <div class="title_text"> |
|
29 | <div class="title_text"> | |
30 | <table cellspacing="0"> |
|
30 | <table cellspacing="0"> | |
31 | <tr><td>author</td><td>{author|obfuscate}</td></tr> |
|
31 | <tr><td>author</td><td>{author|obfuscate}</td></tr> | |
32 |
<tr><td></td><td>{date|date} ({date|age} |
|
32 | <tr><td></td><td>{date|date} ({date|age})</td></tr> | |
33 | {branch%changesetbranch} |
|
33 | {branch%changesetbranch} | |
34 | <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> |
|
34 | <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> | |
35 | {parent%changesetparent} |
|
35 | {parent%changesetparent} |
@@ -36,7 +36,7 b' annotate |' | |||||
36 | <td>{author|obfuscate}</td></tr> |
|
36 | <td>{author|obfuscate}</td></tr> | |
37 | <tr> |
|
37 | <tr> | |
38 | <td></td> |
|
38 | <td></td> | |
39 |
<td>{date|date} ({date|age} |
|
39 | <td>{date|date} ({date|age})</td></tr> | |
40 | {branch%filerevbranch} |
|
40 | {branch%filerevbranch} | |
41 | <tr> |
|
41 | <tr> | |
42 | <td>changeset {rev}</td> |
|
42 | <td>changeset {rev}</td> |
@@ -36,7 +36,7 b' file |' | |||||
36 | <td>{author|obfuscate}</td></tr> |
|
36 | <td>{author|obfuscate}</td></tr> | |
37 | <tr> |
|
37 | <tr> | |
38 | <td></td> |
|
38 | <td></td> | |
39 |
<td>{date|date} ({date|age} |
|
39 | <td>{date|date} ({date|age})</td></tr> | |
40 | {branch%filerevbranch} |
|
40 | {branch%filerevbranch} | |
41 | <tr> |
|
41 | <tr> | |
42 | <td>changeset {rev}</td> |
|
42 | <td>changeset {rev}</td> |
@@ -150,7 +150,7 b" fileannotatechild = '" | |||||
150 | tags = tags.tmpl |
|
150 | tags = tags.tmpl | |
151 | tagentry = ' |
|
151 | tagentry = ' | |
152 | <tr class="parity{parity}"> |
|
152 | <tr class="parity{parity}"> | |
153 |
<td class="age"><i>{date|age} |
|
153 | <td class="age"><i>{date|age}</i></td> | |
154 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td> |
|
154 | <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td> | |
155 | <td class="link"> |
|
155 | <td class="link"> | |
156 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
156 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -161,7 +161,7 b" tagentry = '" | |||||
161 | branches = branches.tmpl |
|
161 | branches = branches.tmpl | |
162 | branchentry = ' |
|
162 | branchentry = ' | |
163 | <tr class="parity{parity}"> |
|
163 | <tr class="parity{parity}"> | |
164 |
<td class="age"><i>{date|age} |
|
164 | <td class="age"><i>{date|age}</i></td> | |
165 | <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td> |
|
165 | <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td> | |
166 | <td class="{status}">{branch|escape}</td> |
|
166 | <td class="{status}">{branch|escape}</td> | |
167 | <td class="link"> |
|
167 | <td class="link"> | |
@@ -204,7 +204,7 b' branchtag = \'<span class="branchtag" tit' | |||||
204 | inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> ' |
|
204 | inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> ' | |
205 | shortlogentry = ' |
|
205 | shortlogentry = ' | |
206 | <tr class="parity{parity}"> |
|
206 | <tr class="parity{parity}"> | |
207 |
<td class="age"><i>{date|age} |
|
207 | <td class="age"><i>{date|age}</i></td> | |
208 | <td><i>{author|person}</i></td> |
|
208 | <td><i>{author|person}</i></td> | |
209 | <td> |
|
209 | <td> | |
210 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
210 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
@@ -219,7 +219,7 b" shortlogentry = '" | |||||
219 | </tr>' |
|
219 | </tr>' | |
220 | filelogentry = ' |
|
220 | filelogentry = ' | |
221 | <tr class="parity{parity}"> |
|
221 | <tr class="parity{parity}"> | |
222 |
<td class="age"><i>{date|age} |
|
222 | <td class="age"><i>{date|age}</i></td> | |
223 | <td> |
|
223 | <td> | |
224 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
224 | <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
225 | <b>{desc|strip|firstline|escape|nonempty}</b> |
|
225 | <b>{desc|strip|firstline|escape|nonempty}</b> | |
@@ -238,7 +238,7 b" indexentry = '" | |||||
238 | </td> |
|
238 | </td> | |
239 | <td>{description}</td> |
|
239 | <td>{description}</td> | |
240 | <td>{contact|obfuscate}</td> |
|
240 | <td>{contact|obfuscate}</td> | |
241 |
<td class="age">{lastchange|age} |
|
241 | <td class="age">{lastchange|age}</td> | |
242 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
242 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
243 | <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td> |
|
243 | <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td> | |
244 | </tr>\n' |
|
244 | </tr>\n' |
@@ -1,6 +1,6 b'' | |||||
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}</span></a></h3> |
|
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}</span></a></h3> | |
2 | <ul class="changelog-entry"> |
|
2 | <ul class="changelog-entry"> | |
3 |
<li class="age">{date|age} |
|
3 | <li class="age">{date|age}</li> | |
4 | <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li> |
|
4 | <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li> | |
5 | <li class="description">{desc|strip|escape|addbreaks|nonempty}</li> |
|
5 | <li class="description">{desc|strip|escape|addbreaks|nonempty}</li> | |
6 | </ul> |
|
6 | </ul> |
@@ -36,7 +36,7 b'' | |||||
36 | <h2 class="no-link no-border">changeset</h2> |
|
36 | <h2 class="no-link no-border">changeset</h2> | |
37 |
|
37 | |||
38 | <h3 class="changeset"><a href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3> |
|
38 | <h3 class="changeset"><a href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3> | |
39 |
<p class="changeset-age"><span>{date|age} |
|
39 | <p class="changeset-age"><span>{date|age}</span></p> | |
40 |
|
40 | |||
41 | <dl class="overview"> |
|
41 | <dl class="overview"> | |
42 | <dt>author</dt> |
|
42 | <dt>author</dt> |
@@ -38,7 +38,7 b'' | |||||
38 |
|
38 | |||
39 | <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2> |
|
39 | <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2> | |
40 | <h3 class="changeset">{file|escape}</h3> |
|
40 | <h3 class="changeset">{file|escape}</h3> | |
41 |
<p class="changeset-age"><span>{date|age} |
|
41 | <p class="changeset-age"><span>{date|age}</span></p> | |
42 |
|
42 | |||
43 | <dl class="overview"> |
|
43 | <dl class="overview"> | |
44 | <dt>author</dt> |
|
44 | <dt>author</dt> |
@@ -38,7 +38,7 b'' | |||||
38 |
|
38 | |||
39 | <h2 class="no-link no-border">{file|escape}@{node|short}</h2> |
|
39 | <h2 class="no-link no-border">{file|escape}@{node|short}</h2> | |
40 | <h3 class="changeset">{file|escape}</h3> |
|
40 | <h3 class="changeset">{file|escape}</h3> | |
41 |
<p class="changeset-age"><span>{date|age} |
|
41 | <p class="changeset-age"><span>{date|age}</span></p> | |
42 |
|
42 | |||
43 | <dl class="overview"> |
|
43 | <dl class="overview"> | |
44 | <dt>author</dt> |
|
44 | <dt>author</dt> |
@@ -127,7 +127,7 b" fileannotatechild = '" | |||||
127 | tags = tags.tmpl |
|
127 | tags = tags.tmpl | |
128 | tagentry = ' |
|
128 | tagentry = ' | |
129 | <tr class="parity{parity}"> |
|
129 | <tr class="parity{parity}"> | |
130 |
<td class="nowrap">{date|age} |
|
130 | <td class="nowrap">{date|age}</td> | |
131 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td> |
|
131 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td> | |
132 | <td class="nowrap"> |
|
132 | <td class="nowrap"> | |
133 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
133 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | | |
@@ -138,7 +138,7 b" tagentry = '" | |||||
138 | branches = branches.tmpl |
|
138 | branches = branches.tmpl | |
139 | branchentry = ' |
|
139 | branchentry = ' | |
140 | <tr class="parity{parity}"> |
|
140 | <tr class="parity{parity}"> | |
141 |
<td class="nowrap">{date|age} |
|
141 | <td class="nowrap">{date|age}</td> | |
142 | <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
142 | <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
143 | <td class="{status}">{branch|escape}</td> |
|
143 | <td class="{status}">{branch|escape}</td> | |
144 | <td class="nowrap"> |
|
144 | <td class="nowrap"> | |
@@ -170,7 +170,7 b' branchtag = \'<span class="branchtag" tit' | |||||
170 | inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> ' |
|
170 | inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> ' | |
171 | shortlogentry = ' |
|
171 | shortlogentry = ' | |
172 | <tr class="parity{parity}"> |
|
172 | <tr class="parity{parity}"> | |
173 |
<td class="nowrap">{date|age} |
|
173 | <td class="nowrap">{date|age}</td> | |
174 | <td>{author|person}</td> |
|
174 | <td>{author|person}</td> | |
175 | <td> |
|
175 | <td> | |
176 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
176 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
@@ -185,7 +185,7 b" shortlogentry = '" | |||||
185 | </tr>' |
|
185 | </tr>' | |
186 | filelogentry = ' |
|
186 | filelogentry = ' | |
187 | <tr class="parity{parity}"> |
|
187 | <tr class="parity{parity}"> | |
188 |
<td class="nowrap">{date|age} |
|
188 | <td class="nowrap">{date|age}</td> | |
189 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> |
|
189 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> | |
190 | <td class="nowrap"> |
|
190 | <td class="nowrap"> | |
191 | <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> | <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
|
191 | <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> | <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> | |
@@ -198,7 +198,7 b" indexentry = '" | |||||
198 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
198 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
199 | <td>{description}</td> |
|
199 | <td>{description}</td> | |
200 | <td>{contact|obfuscate}</td> |
|
200 | <td>{contact|obfuscate}</td> | |
201 |
<td>{lastchange|age} |
|
201 | <td>{lastchange|age}</td> | |
202 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
202 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
203 | <td> |
|
203 | <td> | |
204 | <div class="rss_logo"> |
|
204 | <div class="rss_logo"> |
@@ -45,7 +45,7 b' files, or words in the commit message</d' | |||||
45 | </tr> |
|
45 | </tr> | |
46 | <tr> |
|
46 | <tr> | |
47 | <th class="date">date</th> |
|
47 | <th class="date">date</th> | |
48 |
<td class="date">{date|date} ({date|age} |
|
48 | <td class="date">{date|date} ({date|age})</td></tr> | |
49 | <tr> |
|
49 | <tr> | |
50 | <th class="author">parents</th> |
|
50 | <th class="author">parents</th> | |
51 | <td class="author">{parent%changesetparent}</td> |
|
51 | <td class="author">{parent%changesetparent}</td> |
@@ -50,7 +50,7 b' files, or words in the commit message</d' | |||||
50 | </tr> |
|
50 | </tr> | |
51 | <tr> |
|
51 | <tr> | |
52 | <th class="date">date</th> |
|
52 | <th class="date">date</th> | |
53 |
<td class="date">{date|date} ({date|age} |
|
53 | <td class="date">{date|date} ({date|age})</td> | |
54 | </tr> |
|
54 | </tr> | |
55 | <tr> |
|
55 | <tr> | |
56 | <th class="author">parents</th> |
|
56 | <th class="author">parents</th> |
@@ -49,7 +49,7 b' files, or words in the commit message</d' | |||||
49 | </tr> |
|
49 | </tr> | |
50 | <tr> |
|
50 | <tr> | |
51 | <th>date</th> |
|
51 | <th>date</th> | |
52 |
<td>{date|date} ({date|age} |
|
52 | <td>{date|date} ({date|age})</td> | |
53 | </tr> |
|
53 | </tr> | |
54 | <tr> |
|
54 | <tr> | |
55 | <th>parents</th> |
|
55 | <th>parents</th> |
@@ -49,7 +49,7 b' files, or words in the commit message</d' | |||||
49 | </tr> |
|
49 | </tr> | |
50 | <tr> |
|
50 | <tr> | |
51 | <th class="date">date</th> |
|
51 | <th class="date">date</th> | |
52 |
<td class="date">{date|date} ({date|age} |
|
52 | <td class="date">{date|date} ({date|age})</td> | |
53 | </tr> |
|
53 | </tr> | |
54 | <tr> |
|
54 | <tr> | |
55 | <th class="author">parents</th> |
|
55 | <th class="author">parents</th> |
@@ -176,7 +176,7 b" indexentry = '" | |||||
176 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
176 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> | |
177 | <td>{description}</td> |
|
177 | <td>{description}</td> | |
178 | <td>{contact|obfuscate}</td> |
|
178 | <td>{contact|obfuscate}</td> | |
179 |
<td class="age">{lastchange|age} |
|
179 | <td class="age">{lastchange|age}</td> | |
180 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
180 | <td class="indexlinks">{archives%indexarchiveentry}</td> | |
181 | </tr>\n' |
|
181 | </tr>\n' | |
182 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
182 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
@@ -1,6 +1,6 b'' | |||||
1 | <table class="logEntry parity{parity}"> |
|
1 | <table class="logEntry parity{parity}"> | |
2 | <tr> |
|
2 | <tr> | |
3 |
<th class="age">{date|age} |
|
3 | <th class="age">{date|age}:</th> | |
4 | <th class="firstline">{desc|strip|firstline|escape|nonempty}</th> |
|
4 | <th class="firstline">{desc|strip|firstline|escape|nonempty}</th> | |
5 | </tr> |
|
5 | </tr> | |
6 | <tr> |
|
6 | <tr> |
@@ -30,7 +30,7 b'' | |||||
30 | </tr> |
|
30 | </tr> | |
31 | <tr> |
|
31 | <tr> | |
32 | <th class="date">date:</th> |
|
32 | <th class="date">date:</th> | |
33 |
<td class="date">{date|date} ({date|age} |
|
33 | <td class="date">{date|date} ({date|age})</td> | |
34 | </tr> |
|
34 | </tr> | |
35 | <tr> |
|
35 | <tr> | |
36 | <th class="files">files:</th> |
|
36 | <th class="files">files:</th> |
@@ -29,7 +29,7 b'' | |||||
29 | <td>{author|obfuscate}</td></tr> |
|
29 | <td>{author|obfuscate}</td></tr> | |
30 | <tr> |
|
30 | <tr> | |
31 | <td class="metatag">date:</td> |
|
31 | <td class="metatag">date:</td> | |
32 |
<td>{date|date} ({date|age} |
|
32 | <td>{date|date} ({date|age})</td> | |
33 | </tr> |
|
33 | </tr> | |
34 | <tr> |
|
34 | <tr> | |
35 | <td class="metatag">permissions:</td> |
|
35 | <td class="metatag">permissions:</td> |
@@ -1,6 +1,6 b'' | |||||
1 | <table class="logEntry parity{parity}"> |
|
1 | <table class="logEntry parity{parity}"> | |
2 | <tr> |
|
2 | <tr> | |
3 |
<th class="age">{date|age} |
|
3 | <th class="age">{date|age}:</th> | |
4 | <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th> |
|
4 | <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th> | |
5 | </tr> |
|
5 | </tr> | |
6 | <tr> |
|
6 | <tr> |
@@ -29,7 +29,7 b'' | |||||
29 | <td>{author|obfuscate}</td></tr> |
|
29 | <td>{author|obfuscate}</td></tr> | |
30 | <tr> |
|
30 | <tr> | |
31 | <td class="metatag">date:</td> |
|
31 | <td class="metatag">date:</td> | |
32 |
<td>{date|date} ({date|age} |
|
32 | <td>{date|date} ({date|age})</td></tr> | |
33 | <tr> |
|
33 | <tr> | |
34 | <td class="metatag">permissions:</td> |
|
34 | <td class="metatag">permissions:</td> | |
35 | <td>{permissions|permissions}</td></tr> |
|
35 | <td>{permissions|permissions}</td></tr> |
@@ -161,7 +161,7 b' h3 {' | |||||
161 | border-bottom: 1px solid #999; |
|
161 | border-bottom: 1px solid #999; | |
162 | } |
|
162 | } | |
163 | .bigtable tr { border: none; } |
|
163 | .bigtable tr { border: none; } | |
164 |
.bigtable .age { width: |
|
164 | .bigtable .age { width: 7em; } | |
165 | .bigtable .author { width: 12em; } |
|
165 | .bigtable .author { width: 12em; } | |
166 | .bigtable .description { } |
|
166 | .bigtable .description { } | |
167 | .bigtable .node { width: 5em; font-family: monospace;} |
|
167 | .bigtable .node { width: 5em; font-family: monospace;} |
@@ -210,17 +210,17 b' files, or words in the commit message</d' | |||||
210 | <th class="description">description</th> |
|
210 | <th class="description">description</th> | |
211 | </tr> |
|
211 | </tr> | |
212 | <tr class="parity0"> |
|
212 | <tr class="parity0"> | |
213 | <td class="age">many years</td> |
|
213 | <td class="age">many years ago</td> | |
214 | <td class="author">test</td> |
|
214 | <td class="author">test</td> | |
215 | <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> </td> |
|
215 | <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> </td> | |
216 | </tr> |
|
216 | </tr> | |
217 | <tr class="parity1"> |
|
217 | <tr class="parity1"> | |
218 | <td class="age">many years</td> |
|
218 | <td class="age">many years ago</td> | |
219 | <td class="author">test</td> |
|
219 | <td class="author">test</td> | |
220 | <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td> |
|
220 | <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td> | |
221 | </tr> |
|
221 | </tr> | |
222 | <tr class="parity0"> |
|
222 | <tr class="parity0"> | |
223 | <td class="age">many years</td> |
|
223 | <td class="age">many years ago</td> | |
224 | <td class="author">test</td> |
|
224 | <td class="author">test</td> | |
225 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> </td> |
|
225 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> </td> | |
226 | </tr> |
|
226 | </tr> | |
@@ -764,7 +764,7 b' graph |' | |||||
764 | <script> |
|
764 | <script> | |
765 | <!-- hide script content |
|
765 | <!-- hide script content | |
766 |
|
766 | |||
767 | var data = [["1d22e65f027e", [0, 1], [[0, 0, 1]], "branch", "test", "many years", ["stable", true], ["tip"]], ["a4f92ed23982", [0, 1], [[0, 0, 1]], "Added tag 1.0 for changeset 2ef0ac749a14", "test", "many years", ["default", true], []], ["2ef0ac749a14", [0, 1], [], "base", "test", "many years", ["default", false], ["1.0"]]]; |
|
767 | var data = [["1d22e65f027e", [0, 1], [[0, 0, 1]], "branch", "test", "many years ago", ["stable", true], ["tip"]], ["a4f92ed23982", [0, 1], [[0, 0, 1]], "Added tag 1.0 for changeset 2ef0ac749a14", "test", "many years ago", ["default", true], []], ["2ef0ac749a14", [0, 1], [], "base", "test", "many years ago", ["default", false], ["1.0"]]]; | |
768 | var graph = new Graph(); |
|
768 | var graph = new Graph(); | |
769 | graph.scale(39); |
|
769 | graph.scale(39); | |
770 |
|
770 |
@@ -148,12 +148,12 b' files, or words in the commit message</d' | |||||
148 | <th class="description">description</th> |
|
148 | <th class="description">description</th> | |
149 | </tr> |
|
149 | </tr> | |
150 | <tr class="parity0"> |
|
150 | <tr class="parity0"> | |
151 | <td class="age">many years</td> |
|
151 | <td class="age">many years ago</td> | |
152 | <td class="author">test</td> |
|
152 | <td class="author">test</td> | |
153 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> |
|
153 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> | |
154 | </tr> |
|
154 | </tr> | |
155 | <tr class="parity1"> |
|
155 | <tr class="parity1"> | |
156 | <td class="age">many years</td> |
|
156 | <td class="age">many years ago</td> | |
157 | <td class="author">test</td> |
|
157 | <td class="author">test</td> | |
158 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
158 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
159 | </tr> |
|
159 | </tr> | |
@@ -231,12 +231,12 b' files, or words in the commit message</d' | |||||
231 | <th class="description">description</th> |
|
231 | <th class="description">description</th> | |
232 | </tr> |
|
232 | </tr> | |
233 | <tr class="parity0"> |
|
233 | <tr class="parity0"> | |
234 | <td class="age">many years</td> |
|
234 | <td class="age">many years ago</td> | |
235 | <td class="author">test</td> |
|
235 | <td class="author">test</td> | |
236 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> |
|
236 | <td class="description"><a href="/rev/01de2d66a28d">second a</a></td> | |
237 | </tr> |
|
237 | </tr> | |
238 | <tr class="parity1"> |
|
238 | <tr class="parity1"> | |
239 | <td class="age">many years</td> |
|
239 | <td class="age">many years ago</td> | |
240 | <td class="author">test</td> |
|
240 | <td class="author">test</td> | |
241 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
241 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
242 | </tr> |
|
242 | </tr> | |
@@ -314,7 +314,7 b' files, or words in the commit message</d' | |||||
314 | <th class="description">description</th> |
|
314 | <th class="description">description</th> | |
315 | </tr> |
|
315 | </tr> | |
316 | <tr class="parity0"> |
|
316 | <tr class="parity0"> | |
317 | <td class="age">many years</td> |
|
317 | <td class="age">many years ago</td> | |
318 | <td class="author">test</td> |
|
318 | <td class="author">test</td> | |
319 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
319 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
320 | </tr> |
|
320 | </tr> | |
@@ -392,7 +392,7 b' files, or words in the commit message</d' | |||||
392 | <th class="description">description</th> |
|
392 | <th class="description">description</th> | |
393 | </tr> |
|
393 | </tr> | |
394 | <tr class="parity0"> |
|
394 | <tr class="parity0"> | |
395 | <td class="age">many years</td> |
|
395 | <td class="age">many years ago</td> | |
396 | <td class="author">test</td> |
|
396 | <td class="author">test</td> | |
397 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> |
|
397 | <td class="description"><a href="/rev/5ed941583260">first a</a></td> | |
398 | </tr> |
|
398 | </tr> |
General Comments 0
You need to be logged in to leave comments.
Login now