Show More
@@ -275,7 +275,8 b' successorlink = \'<a class="list" href="{' | |||
|
275 | 275 | obsfatesuccessors = '{if(successors, ' as ')}{successors%successorlink}' |
|
276 | 276 | obsfateverb = '{obsfateverb(successors, markers)}' |
|
277 | 277 | obsfateoperations = '{if(obsfateoperations(markers), ' using {join(obsfateoperations(markers), ', ')}')}' |
|
278 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}' | |
|
278 | obsfateusers = '{if(obsfateusers(markers), ' by {join(obsfateusers(markers)%'{user|obfuscate}', ', ')}')}' | |
|
279 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}{obsfateusers}' | |
|
279 | 280 | shortlogentry = ' |
|
280 | 281 | <tr class="parity{parity}"> |
|
281 | 282 | <td class="age"><i class="age">{date|rfc822date}</i></td> |
@@ -233,7 +233,8 b' successorlink = \'<a href="{url|urlescape' | |||
|
233 | 233 | obsfatesuccessors = '{if(successors, ' as ')}{successors%successorlink}' |
|
234 | 234 | obsfateverb = '{obsfateverb(successors, markers)}' |
|
235 | 235 | obsfateoperations = '{if(obsfateoperations(markers), ' using {join(obsfateoperations(markers), ', ')}')}' |
|
236 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}' | |
|
236 | obsfateusers = '{if(obsfateusers(markers), ' by {join(obsfateusers(markers)%'{user|obfuscate}', ', ')}')}' | |
|
237 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}{obsfateusers}' | |
|
237 | 238 | shortlogentry = ' |
|
238 | 239 | <tr class="parity{parity}"> |
|
239 | 240 | <td class="nowrap age">{date|rfc822date}</td> |
@@ -213,7 +213,8 b' successorlink = \'<a href="{url|urlescape' | |||
|
213 | 213 | obsfatesuccessors = '{if(successors, ' as ')}{successors%successorlink}' |
|
214 | 214 | obsfateverb = '{obsfateverb(successors, markers)}' |
|
215 | 215 | obsfateoperations = '{if(obsfateoperations(markers), ' using {join(obsfateoperations(markers), ', ')}')}' |
|
216 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}' | |
|
216 | obsfateusers = '{if(obsfateusers(markers), ' by {join(obsfateusers(markers)%'{user|obfuscate}', ', ')}')}' | |
|
217 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}{obsfateusers}' | |
|
217 | 218 | |
|
218 | 219 | filediffparent = ' |
|
219 | 220 | <tr> |
@@ -170,7 +170,8 b' successorlink = \'<a href="{url|urlescape' | |||
|
170 | 170 | obsfatesuccessors = '{if(successors, ' as ')}{successors%successorlink}' |
|
171 | 171 | obsfateverb = '{obsfateverb(successors, markers)}' |
|
172 | 172 | obsfateoperations = '{if(obsfateoperations(markers), ' using {join(obsfateoperations(markers), ', ')}')}' |
|
173 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}' | |
|
173 | obsfateusers = '{if(obsfateusers(markers), ' by {join(obsfateusers(markers)%'{user|obfuscate}', ', ')}')}' | |
|
174 | obsfateentry = '{obsfateverb}{obsfateoperations}{obsfatesuccessors}{obsfateusers}' | |
|
174 | 175 | filediffparent = ' |
|
175 | 176 | <tr> |
|
176 | 177 | <th class="parent">parent {rev}:</th> |
@@ -1050,19 +1050,19 b' check obsolete changeset' | |||
|
1050 | 1050 | <span class="logtags"><span class="phasetag" title="draft">draft</span> <span class="obsoletetag" title="obsolete">obsolete</span> </span> |
|
1051 | 1051 | $ get-with-headers.py localhost:$HGPORT 'log?rev=first(obsolete())&style=spartan' | grep 'class="obsolete"' |
|
1052 | 1052 | <th class="obsolete">obsolete:</th> |
|
1053 | <td class="obsolete">pruned</td> | |
|
1053 | <td class="obsolete">pruned by test</td> | |
|
1054 | 1054 | |
|
1055 | 1055 | check an obsolete changeset that has been rewritten |
|
1056 | 1056 | $ get-with-headers.py localhost:$HGPORT 'rev/cda648ca50f5?style=paper' | grep rewritten |
|
1057 | <td>rewritten as <a href="/rev/3de5eca88c00?style=paper">3de5eca88c00</a> </td> | |
|
1057 | <td>rewritten as <a href="/rev/3de5eca88c00?style=paper">3de5eca88c00</a> by test <test@example.net></td> | |
|
1058 | 1058 | $ get-with-headers.py localhost:$HGPORT 'rev/cda648ca50f5?style=coal' | grep rewritten |
|
1059 | <td>rewritten as <a href="/rev/3de5eca88c00?style=coal">3de5eca88c00</a> </td> | |
|
1059 | <td>rewritten as <a href="/rev/3de5eca88c00?style=coal">3de5eca88c00</a> by test <test@example.net></td> | |
|
1060 | 1060 | $ get-with-headers.py localhost:$HGPORT 'rev/cda648ca50f5?style=gitweb' | grep rewritten |
|
1061 | <tr><td>obsolete</td><td>rewritten as <a class="list" href="/rev/3de5eca88c00?style=gitweb">3de5eca88c00</a> </td></tr> | |
|
1061 | <tr><td>obsolete</td><td>rewritten as <a class="list" href="/rev/3de5eca88c00?style=gitweb">3de5eca88c00</a> by test <test@example.net></td></tr> | |
|
1062 | 1062 | $ get-with-headers.py localhost:$HGPORT 'rev/cda648ca50f5?style=monoblue' | grep rewritten |
|
1063 | <dt>obsolete</dt><dd>rewritten as <a href="/rev/3de5eca88c00?style=monoblue">3de5eca88c00</a> </dd> | |
|
1063 | <dt>obsolete</dt><dd>rewritten as <a href="/rev/3de5eca88c00?style=monoblue">3de5eca88c00</a> by test <test@example.net></dd> | |
|
1064 | 1064 | $ get-with-headers.py localhost:$HGPORT 'rev/cda648ca50f5?style=spartan' | grep rewritten |
|
1065 | <td class="obsolete">rewritten as <a href="/rev/3de5eca88c00?style=spartan">3de5eca88c00</a> </td> | |
|
1065 | <td class="obsolete">rewritten as <a href="/rev/3de5eca88c00?style=spartan">3de5eca88c00</a> by test <test@example.net></td> | |
|
1066 | 1066 | |
|
1067 | 1067 | check changeset with instabilities |
|
1068 | 1068 |
General Comments 0
You need to be logged in to leave comments.
Login now