Mercurial > hg
annotate templates/index.tmpl @ 1495:1e265c2bec94
Deal with merge abort more gracefully
We save parent info last rather than first.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 02 Nov 2005 20:22:29 -0800 |
parents | a33a7a543803 |
children | d1943df604c4 |
rev | line source |
---|---|
941 | 1 #header# |
2 <title>Mercurial repositories index</title> | |
3 </head> | |
4 <body> | |
5 | |
6 <h2>Mercurial Repositories</h2> | |
7 | |
8 <table> | |
9 <tr> | |
10 <td>Name</td> | |
11 <td>Description</td> | |
1070
b55c6685c953
hgwebdir index: change "author" to "contact"
mpm@selenic.com
parents:
982
diff
changeset
|
12 <td>Contact</td> |
941 | 13 <td>Last change</td> |
1125
a33a7a543803
Add RSS link to the repository index.
Ollivier Robert <roberto@keltia.freenix.fr>
parents:
1070
diff
changeset
|
14 <td> </td> |
941 | 15 <tr> |
982
8d2e24bae760
hgweb: convert index entries to list expansion style
mpm@selenic.com
parents:
941
diff
changeset
|
16 #entries%indexentry# |
941 | 17 </table> |
18 | |
19 #footer# |