Show More
@@ -393,6 +393,7 b' class hgweb(object):' | |||||
393 | node=hex(fctx.node()), |
|
393 | node=hex(fctx.node()), | |
394 | author=fctx.user(), |
|
394 | author=fctx.user(), | |
395 | date=fctx.date(), |
|
395 | date=fctx.date(), | |
|
396 | desc=fctx.description(), | |||
396 | rename=self.renamelink(fl, n), |
|
397 | rename=self.renamelink(fl, n), | |
397 | parent=self.siblings(fctx.parents(), file=f), |
|
398 | parent=self.siblings(fctx.parents(), file=f), | |
398 | child=self.siblings(fctx.children(), file=f), |
|
399 | child=self.siblings(fctx.children(), file=f), |
@@ -32,6 +32,10 b'' | |||||
32 | <tr> |
|
32 | <tr> | |
33 | <td class="metatag">permissions:</td> |
|
33 | <td class="metatag">permissions:</td> | |
34 | <td>#permissions|permissions#</td></tr> |
|
34 | <td>#permissions|permissions#</td></tr> | |
|
35 | <tr> | |||
|
36 | <td class="metatag">description:</td> | |||
|
37 | <td>{desc|strip|escape|addbreaks}</td> | |||
|
38 | </tr> | |||
35 | </table> |
|
39 | </table> | |
36 |
|
40 | |||
37 | <br/> |
|
41 | <br/> |
@@ -25,6 +25,7 b' annotate |' | |||||
25 |
|
25 | |||
26 | <div class="title">#file|escape#</div> |
|
26 | <div class="title">#file|escape#</div> | |
27 |
|
27 | |||
|
28 | <div class="title_text"> | |||
28 | <table> |
|
29 | <table> | |
29 | <tr> |
|
30 | <tr> | |
30 | <td class="metatag">changeset #rev#:</td> |
|
31 | <td class="metatag">changeset #rev#:</td> | |
@@ -45,7 +46,11 b' annotate |' | |||||
45 | <td class="metatag">permissions:</td> |
|
46 | <td class="metatag">permissions:</td> | |
46 | <td>#permissions|permissions#</td></tr> |
|
47 | <td>#permissions|permissions#</td></tr> | |
47 | </table> |
|
48 | </table> | |
|
49 | </div> | |||
48 |
|
50 | |||
|
51 | <div class="page_path"> | |||
|
52 | {desc|strip|escape|addbreaks} | |||
|
53 | </div> | |||
49 | <div class="page_body"> |
|
54 | <div class="page_body"> | |
50 | <table> |
|
55 | <table> | |
51 | #annotate%annotateline# |
|
56 | #annotate%annotateline# |
General Comments 0
You need to be logged in to leave comments.
Login now