Mercurial > hg-stable
annotate templates/manifest.tmpl @ 934:ff484cc157d6
Fix path handling for deleting files on merge
author | mpm@selenic.com |
---|---|
date | Wed, 17 Aug 2005 00:36:36 -0800 |
parents | e5d769afd3ef |
children | 87d40e085e08 5197fb9d65d5 4f81068ed8cd |
rev | line source |
---|---|
142 | 1 #header# |
375 | 2 <title>#repo|escape#: manifest #manifest|short#</title> |
142 | 3 </head> |
138 | 4 <body> |
5 | |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
6 <div class="buttons"> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
7 <a href="?cmd=changelog;rev=#rev#">changelog</a> |
168 | 8 <a href="?cmd=tags">tags</a> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
9 <a href="?cmd=changeset;node=#node#">changeset</a> |
142 | 10 </div> |
138 | 11 |
375 | 12 <h2>manifest #manifest|short#: #path#</h2> |
138 | 13 |
359 | 14 <table cellpadding="0" cellspacing="0"> |
15 <tr class="parity1"> | |
16 <td><tt>drwxr-xr-x</tt> | |
17 <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#">[up]</a> | |
142 | 18 #entries# |
359 | 19 </table> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
20 #footer# |