Show More
@@ -1,41 +1,41 b'' | |||
|
1 | 1 | #header# |
|
2 | 2 | <title>#repo|escape#: Changeset</title> |
|
3 | 3 | <link rel="alternate" type="application/rss+xml" |
|
4 | 4 | href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> |
|
5 | 5 | </head> |
|
6 | 6 | <body> |
|
7 | 7 | |
|
8 | 8 | <div class="page_header"> |
|
9 | 9 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / changeset |
|
10 | 10 | </div> |
|
11 | 11 | |
|
12 | 12 | <div class="page_nav"> |
|
13 | <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;rev=#rev#;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a> | changeset | <a href="?cmd=changeset;node=#node#;style=raw">raw</a><br/> | |
|
13 | <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;rev=#rev#;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a> | changeset | <a href="?cmd=changeset;node=#node#;style=raw">raw</a> #archives%archiveentry#<br/> | |
|
14 | 14 | </div> |
|
15 | 15 | |
|
16 | 16 | <div> |
|
17 | 17 | <a class="title" href="?cmd=changeset;node=#node#;style=raw">#desc|escape|firstline#</a> |
|
18 | 18 | </div> |
|
19 | 19 | <div class="title_text"> |
|
20 | 20 | <table cellspacing="0"> |
|
21 | 21 | <tr><td>author</td><td>#author|obfuscate#</td></tr> |
|
22 | 22 | <tr><td></td><td>#date|date# (#date|age# ago)</td></tr> |
|
23 | 23 | <tr><td>changeset</td><td style="font-family:monospace">#node|short#</td></tr> |
|
24 | 24 | <tr><td>manifest</td><td style="font-family:monospace"><a class="list" href="?cmd=manifest;manifest=#manifest|short#;path=/;style=gitweb">#manifest|short#</a></td></tr> |
|
25 | 25 | #parent%changesetparent# |
|
26 | 26 | #child%changesetchild# |
|
27 | 27 | #changesettag# |
|
28 | 28 | </table></div> |
|
29 | 29 | |
|
30 | 30 | <div class="title_text"> |
|
31 | 31 | #desc|addbreaks# |
|
32 | 32 | </div> |
|
33 | 33 | |
|
34 | 34 | <div class="title_text"> |
|
35 | 35 | <table cellspacing="0"> |
|
36 | 36 | #files# |
|
37 | 37 | </table></div> |
|
38 | 38 | |
|
39 | 39 | <div class="page_body">#diff#</div> |
|
40 | 40 | |
|
41 | 41 | #footer# |
@@ -1,27 +1,27 b'' | |||
|
1 | 1 | #header# |
|
2 | 2 | <title>#repo|escape#: Manifest</title> |
|
3 | 3 | <link rel="alternate" type="application/rss+xml" |
|
4 | 4 | href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> |
|
5 | 5 | </head> |
|
6 | 6 | <body> |
|
7 | 7 | |
|
8 | 8 | <div class="page_header"> |
|
9 | 9 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / manifest |
|
10 | 10 | </div> |
|
11 | 11 | |
|
12 | 12 | <div class="page_nav"> |
|
13 | <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | manifest | <a href="?cs=#node|short#;style=gitweb">changeset</a><br/> | |
|
13 | <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | manifest | <a href="?cs=#node|short#;style=gitweb">changeset</a> #archives%archiveentry#<br/> | |
|
14 | 14 | </div> |
|
15 | 15 | |
|
16 | 16 | <div class="title" >#path|escape#</div> |
|
17 | 17 | <div class="page_body"> |
|
18 | 18 | <table cellspacing="0"> |
|
19 | 19 | <tr class="light"> |
|
20 | 20 | <td style="font-family:monospace">drwxr-xr-x</td> |
|
21 | 21 | <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#;style=gitweb">[up]</a></td> |
|
22 | 22 | <td class="link"> </td> |
|
23 | 23 | </tr> |
|
24 | 24 | #dentries%manifestdirentry# |
|
25 | 25 | #fentries%manifestfileentry# |
|
26 | 26 | </table> |
|
27 | 27 | #footer# |
@@ -1,48 +1,49 b'' | |||
|
1 | 1 | default = "summary" |
|
2 | 2 | header = header-gitweb.tmpl |
|
3 | 3 | footer = footer-gitweb.tmpl |
|
4 | 4 | search = search-gitweb.tmpl |
|
5 | 5 | changelog = changelog-gitweb.tmpl |
|
6 | 6 | summary = summary-gitweb.tmpl |
|
7 | 7 | error = error-gitweb.tmpl |
|
8 | 8 | naventry = "<a href="?cmd=changelog;rev=#rev#;style=gitweb">#label#</a> " |
|
9 | 9 | navshortentry = "<a href="?cmd=shortlog;rev=#rev#;style=gitweb">#label#</a> " |
|
10 | 10 | filedifflink = "<a href="?cmd=filediff;node=#node#;file=#file#;style=gitweb">#file#</a> " |
|
11 | 11 | filenodelink = "<tr class="light"><td><a class="list" href="">#file#</a></td><td></td><td class="link"><a href="?cmd=file;filenode=#filenode#;file=#file#;style=gitweb">file</a> | <!-- FIXME: <a href="?fd=#filenode|short#;file=#file#;style=gitweb">diff</a> | --> <a href="?cmd=filelog;filenode=#filenode|short#;file=#file#;style=gitweb">revisions</a></td></tr>" |
|
12 | 12 | fileellipses = "..." |
|
13 | 13 | changelogentry = changelogentry-gitweb.tmpl |
|
14 | 14 | searchentry = changelogentry-gitweb.tmpl |
|
15 | 15 | changeset = changeset-gitweb.tmpl |
|
16 | 16 | manifest = manifest-gitweb.tmpl |
|
17 | 17 | manifestdirentry = "<tr class="parity#parity#"><td style="font-family:monospace">drwxr-xr-x</td><td><a href="?mf=#manifest|short#;path=#path#;style=gitweb">#basename#/</a></td><td class="link"><a href="?mf=#manifest|short#;path=#path#;style=gitweb">manifest</a></td></tr>" |
|
18 | 18 | manifestfileentry = "<tr class="parity#parity#"><td style="font-family:monospace">#permissions|permissions#</td><td class="list"><a class="list" href="?f=#filenode|short#;file=#file#;style=gitweb">#basename#</a></td><td class="link"><a href="?f=#filenode|short#;file=#file#;style=gitweb">file</a> | <a href="?fl=#filenode|short#;file=#file#;style=gitweb">revisions</a> | <a href="?fa=#filenode|short#;file=#file#;style=gitweb">annotate</a></td></tr>" |
|
19 | 19 | filerevision = filerevision-gitweb.tmpl |
|
20 | 20 | fileannotate = fileannotate-gitweb.tmpl |
|
21 | 21 | filelog = filelog-gitweb.tmpl |
|
22 | 22 | fileline = "<div style="font-family:monospace; white-space: pre;" class="parity#parity#"><span class="linenr"> #linenumber#</span> #line|escape#</div>" |
|
23 | 23 | filelogentry = filelogentry-gitweb.tmpl |
|
24 | 24 | annotateline = "<tr style="font-family:monospace; white-space: pre;" class="parity#parity#"><td class="linenr" style="text-align: right;"><a href="?cs=#node|short#;style=gitweb">#author|obfuscate#@#rev#</a></td><td>#line|escape#</td></tr>" |
|
25 | 25 | difflineplus = "<div class="pre" style="color:#008800;">#line|escape#</div>" |
|
26 | 26 | difflineminus = "<div class="pre" style="color:#cc0000;">#line|escape#</div>" |
|
27 | 27 | difflineat = "<div class="pre" style="color:#990099;">#line|escape#</div>" |
|
28 | 28 | diffline = "<div class="pre">#line|escape#</div>" |
|
29 | 29 | changelogparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
30 | 30 | changesetparent = "<tr><td>parent</td><td style="font-family:monospace"><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb">#node|short#</a></td></tr>" |
|
31 | 31 | filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
32 | 32 | fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
33 | 33 | changelogchild = "<tr><th class="child">child #rev#:</th><td class="child"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
34 | 34 | changesetchild = "<tr><td>child</td><td style="font-family:monospace"><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb">#node|short#</a></td></tr>" |
|
35 | 35 | filerevchild = "<tr><td class="metatag">child:</td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
36 | 36 | fileannotatechild = "<tr><td class="metatag">child:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
37 | 37 | tags = tags-gitweb.tmpl |
|
38 | 38 | tagentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#tag#</b></a></td><td class="link"><a href="?cmd=changeset;node=#node|short#;style=gitweb">changeset</a> | <a href="?cmd=changelog;rev=#node|short#;style=gitweb">changelog</a> | <a href="?mf=#tagmanifest|short#;path=/;style=gitweb">manifest</a></td></tr>" |
|
39 | 39 | diffblock = "#lines#" |
|
40 | 40 | changelogtag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>" |
|
41 | 41 | changesettag = "<tr><td>tag</td><td>#tag#</td></tr>" |
|
42 | 42 | filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
43 | 43 | filelogparent = "<tr><td align="right">parent #rev#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
44 | 44 | filediffchild = "<tr><th class="child">child #rev#:</th><td class="child"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
45 | 45 | filelogchild = "<tr><td align="right">child #rev#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" |
|
46 | 46 | shortlog = shortlog-gitweb.tmpl |
|
47 | 47 | shortlogentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#desc|firstline|escape#</b></a></td><td class="link"><a href="?cmd=changeset;node=#node|short#;style=gitweb">changeset</a> | <a href="?cmd=manifest;manifest=#manifest|short#;path=/;style=gitweb">manifest</a></td></tr>" |
|
48 | 48 | filelogentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#desc|firstline|escape#</b></a></td><td class="link"><!-- FIXME: <a href="?fd=#node|short#;file=#file#;style=gitweb">diff</a> | --> <a href="?fa=#filenode|short#;file=#file#;style=gitweb">annotate</a></td></tr>" |
|
49 | archiveentry = " | <a href="?ca=#node|short#;type=#type#">#type#</a> " |
General Comments 0
You need to be logged in to leave comments.
Login now