Show More
@@ -1,74 +1,74 b'' | |||
|
1 | 1 | default = 'shortlog' |
|
2 | 2 | |
|
3 | 3 | mimetype = 'text/html; charset={encoding}' |
|
4 | 4 | header = header.tmpl |
|
5 | 5 | footer = ../paper/footer.tmpl |
|
6 | 6 | search = ../paper/search.tmpl |
|
7 | 7 | |
|
8 | 8 | changelog = ../paper/shortlog.tmpl |
|
9 | 9 | shortlog = ../paper/shortlog.tmpl |
|
10 | 10 | shortlogentry = ../paper/shortlogentry.tmpl |
|
11 | 11 | graph = ../paper/graph.tmpl |
|
12 | 12 | |
|
13 | 13 | naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
14 | 14 | navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
15 | 15 | navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
16 | 16 | filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
17 | 17 | filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
18 | 18 | filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
19 | 19 | filenolink = '{file|escape} ' |
|
20 | 20 | fileellipses = '...' |
|
21 | 21 | changelogentry = ../paper/shortlogentry.tmpl |
|
22 | 22 | searchentry = ../paper/shortlogentry.tmpl |
|
23 | 23 | changeset = ../paper/changeset.tmpl |
|
24 | 24 | manifest = ../paper/manifest.tmpl |
|
25 | 25 | |
|
26 | 26 | direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png"> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>' |
|
27 | 27 | fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l1"><img src="{staticurl}coal-file.png"> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>' |
|
28 | 28 | |
|
29 | 29 | filerevision = ../paper/filerevision.tmpl |
|
30 | 30 | fileannotate = ../paper/fileannotate.tmpl |
|
31 | 31 | filediff = ../paper/filediff.tmpl |
|
32 | 32 | filelog = ../paper/filelog.tmpl |
|
33 | 33 | fileline = '<div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>' |
|
34 | 34 | filelogentry = ../paper/filelogentry.tmpl |
|
35 | 35 | |
|
36 | 36 | annotateline = '<tr class="parity{parity}"><td class="annotate"><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}" title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a></td><td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td></tr>' |
|
37 | 37 | |
|
38 | 38 | diffblock = '<div class="source bottomline parity{parity}">{lines}</div>' |
|
39 | 39 | difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>' |
|
40 | 40 | difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>' |
|
41 | 41 | difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>' |
|
42 | 42 | diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}' |
|
43 | 43 | |
|
44 | 44 | changelogparent = '<tr><th class="parent">parent {rev}:</th><td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
45 | 45 | |
|
46 | 46 | changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> ' |
|
47 | 47 | |
|
48 | 48 | filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> ' |
|
49 | 49 | filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> ' |
|
50 | 50 | |
|
51 | 51 | filerename = '{file|escape}@' |
|
52 | 52 | filelogrename = '<tr><th>base:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}@{node|short}</a></td></tr>' |
|
53 | 53 | fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a></td></tr>' |
|
54 | changesetchild = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' | |
|
54 | changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' | |
|
55 | 55 | changelogchild = '<tr><th class="child">child</th><td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
56 | 56 | fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
57 | 57 | tags = ../paper/tags.tmpl |
|
58 | 58 | tagentry = '<tr class="tagEntry parity{parity}"><td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td><td class="node">{node|short}</td></tr>' |
|
59 | 59 | changelogtag = '<span class="tag">{name|escape}</span> ' |
|
60 | 60 | changesettag = '<span class="tag">{tag|escape}</span> ' |
|
61 | 61 | changelogbranchhead = '<span class="branchhead">{name|escape}</span> ' |
|
62 | 62 | changelogbranchname = '<span class="branchname">{name|escape}</span> ' |
|
63 | 63 | filediffparent = '<tr><th class="parent">parent {rev}:</th><td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
64 | 64 | filelogparent = '<tr><th>parent {rev}:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
65 | 65 | filediffchild = '<tr><th class="child">child {rev}:</th><td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
66 | 66 | filelogchild = '<tr><th>child {rev}:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
67 | 67 | indexentry = '<tr class="parity{parity}"><td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td><td>{description}</td><td>{contact|obfuscate}</td><td class="age">{lastchange|age} ago</td><td class="indexlinks">{archives%indexarchiveentry}</td></tr>\n' |
|
68 | 68 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
69 | 69 | index = ../paper/index.tmpl |
|
70 | 70 | archiveentry = '<li><a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a></li>' |
|
71 | 71 | notfound = ../paper/notfound.tmpl |
|
72 | 72 | error = ../paper/error.tmpl |
|
73 | 73 | urlparameter = '{separator}{name}={value|urlescape}' |
|
74 | 74 | hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />' |
@@ -1,74 +1,74 b'' | |||
|
1 | 1 | default = 'shortlog' |
|
2 | 2 | |
|
3 | 3 | mimetype = 'text/html; charset={encoding}' |
|
4 | 4 | header = header.tmpl |
|
5 | 5 | footer = footer.tmpl |
|
6 | 6 | search = search.tmpl |
|
7 | 7 | |
|
8 | 8 | changelog = shortlog.tmpl |
|
9 | 9 | shortlog = shortlog.tmpl |
|
10 | 10 | shortlogentry = shortlogentry.tmpl |
|
11 | 11 | graph = graph.tmpl |
|
12 | 12 | |
|
13 | 13 | naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
14 | 14 | navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
15 | 15 | navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
16 | 16 | filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
17 | 17 | filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
18 | 18 | filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
19 | 19 | filenolink = '{file|escape} ' |
|
20 | 20 | fileellipses = '...' |
|
21 | 21 | changelogentry = shortlogentry.tmpl |
|
22 | 22 | searchentry = shortlogentry.tmpl |
|
23 | 23 | changeset = changeset.tmpl |
|
24 | 24 | manifest = manifest.tmpl |
|
25 | 25 | |
|
26 | 26 | direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png"> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>' |
|
27 | 27 | fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png"> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>' |
|
28 | 28 | |
|
29 | 29 | filerevision = filerevision.tmpl |
|
30 | 30 | fileannotate = fileannotate.tmpl |
|
31 | 31 | filediff = filediff.tmpl |
|
32 | 32 | filelog = filelog.tmpl |
|
33 | 33 | fileline = '<div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>' |
|
34 | 34 | filelogentry = filelogentry.tmpl |
|
35 | 35 | |
|
36 | 36 | annotateline = '<tr class="parity{parity}"><td class="annotate"><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}" title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a></td><td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td></tr>' |
|
37 | 37 | |
|
38 | 38 | diffblock = '<div class="source bottomline parity{parity}">{lines}</div>' |
|
39 | 39 | difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>' |
|
40 | 40 | difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>' |
|
41 | 41 | difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>' |
|
42 | 42 | diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}' |
|
43 | 43 | |
|
44 | 44 | changelogparent = '<tr><th class="parent">parent {rev}:</th><td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
45 | 45 | |
|
46 | 46 | changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> ' |
|
47 | 47 | |
|
48 | 48 | filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> ' |
|
49 | 49 | filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> ' |
|
50 | 50 | |
|
51 | 51 | filerename = '{file|escape}@' |
|
52 | 52 | filelogrename = '<tr><th>base:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}@{node|short}</a></td></tr>' |
|
53 | 53 | fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a></td></tr>' |
|
54 | changesetchild = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' | |
|
54 | changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' | |
|
55 | 55 | changelogchild = '<tr><th class="child">child</th><td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
56 | 56 | fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
57 | 57 | tags = tags.tmpl |
|
58 | 58 | tagentry = '<tr class="tagEntry parity{parity}"><td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td><td class="node">{node|short}</td></tr>' |
|
59 | 59 | changelogtag = '<span class="tag">{name|escape}</span> ' |
|
60 | 60 | changesettag = '<span class="tag">{tag|escape}</span> ' |
|
61 | 61 | changelogbranchhead = '<span class="branchhead">{name|escape}</span> ' |
|
62 | 62 | changelogbranchname = '<span class="branchname">{name|escape}</span> ' |
|
63 | 63 | filediffparent = '<tr><th class="parent">parent {rev}:</th><td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
64 | 64 | filelogparent = '<tr><th>parent {rev}:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
65 | 65 | filediffchild = '<tr><th class="child">child {rev}:</th><td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
66 | 66 | filelogchild = '<tr><th>child {rev}:</th><td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' |
|
67 | 67 | indexentry = '<tr class="parity{parity}"><td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td><td>{description}</td><td>{contact|obfuscate}</td><td class="age">{lastchange|age} ago</td><td class="indexlinks">{archives%indexarchiveentry}</td></tr>\n' |
|
68 | 68 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
69 | 69 | index = index.tmpl |
|
70 | 70 | archiveentry = '<li><a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a></li>' |
|
71 | 71 | notfound = notfound.tmpl |
|
72 | 72 | error = error.tmpl |
|
73 | 73 | urlparameter = '{separator}{name}={value|urlescape}' |
|
74 | 74 | hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />' |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -1,372 +1,372 b'' | |||
|
1 | 1 | % setting up repo |
|
2 | 2 | adding a |
|
3 | 3 | adding b |
|
4 | 4 | % change permissions for git diffs |
|
5 | 5 | % set up hgweb |
|
6 | 6 | % revision |
|
7 | 7 | 200 Script output follows |
|
8 | 8 | |
|
9 | 9 | <!-- quirksmode --> |
|
10 | 10 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
11 | 11 | <html> |
|
12 | 12 | <head> |
|
13 | 13 | <link rel="icon" href="/static/hgicon.png" type="image/png"> |
|
14 | 14 | <meta name="robots" content="index, nofollow" /> |
|
15 | 15 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
16 | 16 | |
|
17 | 17 | <title>test: 0cd96de13884</title> |
|
18 | 18 | </head> |
|
19 | 19 | <body> |
|
20 | 20 | <div class="container"> |
|
21 | 21 | <div class="menu"> |
|
22 | 22 | <div class="logo"> |
|
23 | 23 | <a href="http://www.selenic.com/mercurial/"> |
|
24 | 24 | <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
25 | 25 | </div> |
|
26 | 26 | <ul> |
|
27 | 27 | <li><a href="/shortlog/0cd96de13884">log</a></li> |
|
28 | 28 | <li><a href="/graph/0cd96de13884">graph</a></li> |
|
29 | 29 | <li><a href="/tags">tags</a></li> |
|
30 | 30 | </ul> |
|
31 | 31 | <ul> |
|
32 | 32 | <li class="active">changeset</li> |
|
33 | 33 | <li><a href="/raw-rev/0cd96de13884">raw</a></li> |
|
34 | 34 | <li><a href="/file/0cd96de13884">browse</a></li> |
|
35 | 35 | </ul> |
|
36 | 36 | <ul> |
|
37 | 37 | |
|
38 | 38 | </ul> |
|
39 | 39 | </div> |
|
40 | 40 | |
|
41 | 41 | <div class="main"> |
|
42 | 42 | |
|
43 | 43 | <h2><a href="/">test</a></h2> |
|
44 | 44 | <h3>changeset 0:0cd96de13884 </h3> |
|
45 | 45 | |
|
46 | 46 | <form class="search" action="/log"> |
|
47 | 47 | |
|
48 | 48 | <p><input name="rev" id="search1" type="text" size="30"></p> |
|
49 | 49 | <span>find changesets by author, revision, |
|
50 | 50 | files, or words in the commit message</span> |
|
51 | 51 | </form> |
|
52 | 52 | |
|
53 | 53 | <div class="description">a</div> |
|
54 | 54 | |
|
55 | 55 | <table id="changesetEntry"> |
|
56 | 56 | <tr> |
|
57 | 57 | <th class="author">author</th> |
|
58 | 58 | <td class="author">test</td> |
|
59 | 59 | </tr> |
|
60 | 60 | <tr> |
|
61 | 61 | <th class="date">date</th> |
|
62 | 62 | <td class="date">Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td></tr> |
|
63 | 63 | <tr> |
|
64 | 64 | <th class="author">parents</th> |
|
65 | 65 | <td class="author"></td> |
|
66 | 66 | </tr> |
|
67 | 67 | <tr> |
|
68 | 68 | <th class="author">children</th> |
|
69 | <td class="author"><a href="/rev/78e4ebad7cdf">78e4ebad7cdf</a></td> | |
|
69 | <td class="author"> <a href="/rev/78e4ebad7cdf">78e4ebad7cdf</a></td> | |
|
70 | 70 | </tr> |
|
71 | 71 | <tr> |
|
72 | 72 | <th class="files">files</th> |
|
73 | 73 | <td class="files"><a href="/file/0cd96de13884/a">a</a> <a href="/file/0cd96de13884/b">b</a> </td> |
|
74 | 74 | </tr> |
|
75 | 75 | </table> |
|
76 | 76 | |
|
77 | 77 | <div class="overflow"> |
|
78 | 78 | <div class="sourcefirst"> line diff</div> |
|
79 | 79 | |
|
80 | 80 | <div class="source bottomline parity0"><a href="#l1.1" id="l1.1"> 1.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
81 | 81 | </span><a href="#l1.2" id="l1.2"> 1.2</a> <span class="plusline">+++ b/a Thu Jan 01 00:00:00 1970 +0000 |
|
82 | 82 | </span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
83 | 83 | </span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="plusline">+a |
|
84 | 84 | </span></div><div class="source bottomline parity1"><a href="#l2.1" id="l2.1"> 2.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
85 | 85 | </span><a href="#l2.2" id="l2.2"> 2.2</a> <span class="plusline">+++ b/b Thu Jan 01 00:00:00 1970 +0000 |
|
86 | 86 | </span><a href="#l2.3" id="l2.3"> 2.3</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
87 | 87 | </span><a href="#l2.4" id="l2.4"> 2.4</a> <span class="plusline">+b |
|
88 | 88 | </span></div> |
|
89 | 89 | </div> |
|
90 | 90 | |
|
91 | 91 | </div> |
|
92 | 92 | </div> |
|
93 | 93 | |
|
94 | 94 | |
|
95 | 95 | </body> |
|
96 | 96 | </html> |
|
97 | 97 | |
|
98 | 98 | % diff removed file |
|
99 | 99 | 200 Script output follows |
|
100 | 100 | |
|
101 | 101 | <!-- quirksmode --> |
|
102 | 102 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
103 | 103 | <html> |
|
104 | 104 | <head> |
|
105 | 105 | <link rel="icon" href="/static/hgicon.png" type="image/png"> |
|
106 | 106 | <meta name="robots" content="index, nofollow" /> |
|
107 | 107 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
108 | 108 | |
|
109 | 109 | <title>test: a diff</title> |
|
110 | 110 | </head> |
|
111 | 111 | <body> |
|
112 | 112 | |
|
113 | 113 | <div class="container"> |
|
114 | 114 | <div class="menu"> |
|
115 | 115 | <div class="logo"> |
|
116 | 116 | <a href="http://www.selenic.com/mercurial/"> |
|
117 | 117 | <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
118 | 118 | </div> |
|
119 | 119 | <ul> |
|
120 | 120 | <li><a href="/shortlog/78e4ebad7cdf">log</a></li> |
|
121 | 121 | <li><a href="/graph/78e4ebad7cdf">graph</a></li> |
|
122 | 122 | <li><a href="/tags">tags</a></li> |
|
123 | 123 | </ul> |
|
124 | 124 | <ul> |
|
125 | 125 | <li><a href="/rev/78e4ebad7cdf">changeset</a></li> |
|
126 | 126 | <li><a href="/file/78e4ebad7cdf">browse</a></li> |
|
127 | 127 | </ul> |
|
128 | 128 | <ul> |
|
129 | 129 | <li><a href="/file/78e4ebad7cdf/a">file</a></li> |
|
130 | 130 | <li class="active">diff</li> |
|
131 | 131 | <li><a href="/annotate/78e4ebad7cdf/a">annotate</a></li> |
|
132 | 132 | <li><a href="/log/78e4ebad7cdf/a">file log</a></li> |
|
133 | 133 | <li><a href="/raw-file/78e4ebad7cdf/a">raw</a></li> |
|
134 | 134 | </ul> |
|
135 | 135 | </div> |
|
136 | 136 | |
|
137 | 137 | <div class="main"> |
|
138 | 138 | <h2><a href="/">test</a></h2> |
|
139 | 139 | <h3>diff a @ 1:78e4ebad7cdf</h3> |
|
140 | 140 | |
|
141 | 141 | <form class="search" action="/log"> |
|
142 | 142 | |
|
143 | 143 | <p><input name="rev" id="search1" type="text" size="30"></p> |
|
144 | 144 | <span>find changesets by author, revision, |
|
145 | 145 | files, or words in the commit message</span> |
|
146 | 146 | </form> |
|
147 | 147 | |
|
148 | 148 | <div class="description">b</div> |
|
149 | 149 | |
|
150 | 150 | <table id="changesetEntry"> |
|
151 | 151 | <tr> |
|
152 | 152 | <th>author</th> |
|
153 | 153 | <td>test</td> |
|
154 | 154 | </tr> |
|
155 | 155 | <tr> |
|
156 | 156 | <th>date</th> |
|
157 | 157 | <td>Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td> |
|
158 | 158 | </tr> |
|
159 | 159 | <tr> |
|
160 | 160 | <th>parents</th> |
|
161 | 161 | <td></td> |
|
162 | 162 | </tr> |
|
163 | 163 | <tr> |
|
164 | 164 | <th>children</th> |
|
165 | 165 | <td></td> |
|
166 | 166 | </tr> |
|
167 | 167 | |
|
168 | 168 | </table> |
|
169 | 169 | |
|
170 | 170 | <div class="overflow"> |
|
171 | 171 | <div class="sourcefirst"> line diff</div> |
|
172 | 172 | |
|
173 | 173 | <div class="source bottomline parity0"><a href="#l1.1" id="l1.1"> 1.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
174 | 174 | </span><a href="#l1.2" id="l1.2"> 1.2</a> <span class="plusline">+++ b/a Thu Jan 01 00:00:00 1970 +0000 |
|
175 | 175 | </span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
176 | 176 | </span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="plusline">+a |
|
177 | 177 | </span></div> |
|
178 | 178 | </div> |
|
179 | 179 | </div> |
|
180 | 180 | </div> |
|
181 | 181 | |
|
182 | 182 | |
|
183 | 183 | |
|
184 | 184 | </body> |
|
185 | 185 | </html> |
|
186 | 186 | |
|
187 | 187 | % set up hgweb with git diffs |
|
188 | 188 | % revision |
|
189 | 189 | 200 Script output follows |
|
190 | 190 | |
|
191 | 191 | <!-- quirksmode --> |
|
192 | 192 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
193 | 193 | <html> |
|
194 | 194 | <head> |
|
195 | 195 | <link rel="icon" href="/static/hgicon.png" type="image/png"> |
|
196 | 196 | <meta name="robots" content="index, nofollow" /> |
|
197 | 197 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
198 | 198 | |
|
199 | 199 | <title>test: 0cd96de13884</title> |
|
200 | 200 | </head> |
|
201 | 201 | <body> |
|
202 | 202 | <div class="container"> |
|
203 | 203 | <div class="menu"> |
|
204 | 204 | <div class="logo"> |
|
205 | 205 | <a href="http://www.selenic.com/mercurial/"> |
|
206 | 206 | <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
207 | 207 | </div> |
|
208 | 208 | <ul> |
|
209 | 209 | <li><a href="/shortlog/0cd96de13884">log</a></li> |
|
210 | 210 | <li><a href="/graph/0cd96de13884">graph</a></li> |
|
211 | 211 | <li><a href="/tags">tags</a></li> |
|
212 | 212 | </ul> |
|
213 | 213 | <ul> |
|
214 | 214 | <li class="active">changeset</li> |
|
215 | 215 | <li><a href="/raw-rev/0cd96de13884">raw</a></li> |
|
216 | 216 | <li><a href="/file/0cd96de13884">browse</a></li> |
|
217 | 217 | </ul> |
|
218 | 218 | <ul> |
|
219 | 219 | |
|
220 | 220 | </ul> |
|
221 | 221 | </div> |
|
222 | 222 | |
|
223 | 223 | <div class="main"> |
|
224 | 224 | |
|
225 | 225 | <h2><a href="/">test</a></h2> |
|
226 | 226 | <h3>changeset 0:0cd96de13884 </h3> |
|
227 | 227 | |
|
228 | 228 | <form class="search" action="/log"> |
|
229 | 229 | |
|
230 | 230 | <p><input name="rev" id="search1" type="text" size="30"></p> |
|
231 | 231 | <span>find changesets by author, revision, |
|
232 | 232 | files, or words in the commit message</span> |
|
233 | 233 | </form> |
|
234 | 234 | |
|
235 | 235 | <div class="description">a</div> |
|
236 | 236 | |
|
237 | 237 | <table id="changesetEntry"> |
|
238 | 238 | <tr> |
|
239 | 239 | <th class="author">author</th> |
|
240 | 240 | <td class="author">test</td> |
|
241 | 241 | </tr> |
|
242 | 242 | <tr> |
|
243 | 243 | <th class="date">date</th> |
|
244 | 244 | <td class="date">Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td></tr> |
|
245 | 245 | <tr> |
|
246 | 246 | <th class="author">parents</th> |
|
247 | 247 | <td class="author"></td> |
|
248 | 248 | </tr> |
|
249 | 249 | <tr> |
|
250 | 250 | <th class="author">children</th> |
|
251 | <td class="author"><a href="/rev/78e4ebad7cdf">78e4ebad7cdf</a></td> | |
|
251 | <td class="author"> <a href="/rev/78e4ebad7cdf">78e4ebad7cdf</a></td> | |
|
252 | 252 | </tr> |
|
253 | 253 | <tr> |
|
254 | 254 | <th class="files">files</th> |
|
255 | 255 | <td class="files"><a href="/file/0cd96de13884/a">a</a> <a href="/file/0cd96de13884/b">b</a> </td> |
|
256 | 256 | </tr> |
|
257 | 257 | </table> |
|
258 | 258 | |
|
259 | 259 | <div class="overflow"> |
|
260 | 260 | <div class="sourcefirst"> line diff</div> |
|
261 | 261 | |
|
262 | 262 | <div class="source bottomline parity0"><a href="#l1.1" id="l1.1"> 1.1</a> new file mode 100644 |
|
263 | 263 | <a href="#l1.2" id="l1.2"> 1.2</a> <span class="minusline">--- /dev/null |
|
264 | 264 | </span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="plusline">+++ b/a |
|
265 | 265 | </span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
266 | 266 | </span><a href="#l1.5" id="l1.5"> 1.5</a> <span class="plusline">+a |
|
267 | 267 | </span></div><div class="source bottomline parity1"><a href="#l2.1" id="l2.1"> 2.1</a> new file mode 100644 |
|
268 | 268 | <a href="#l2.2" id="l2.2"> 2.2</a> <span class="minusline">--- /dev/null |
|
269 | 269 | </span><a href="#l2.3" id="l2.3"> 2.3</a> <span class="plusline">+++ b/b |
|
270 | 270 | </span><a href="#l2.4" id="l2.4"> 2.4</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
271 | 271 | </span><a href="#l2.5" id="l2.5"> 2.5</a> <span class="plusline">+b |
|
272 | 272 | </span></div> |
|
273 | 273 | </div> |
|
274 | 274 | |
|
275 | 275 | </div> |
|
276 | 276 | </div> |
|
277 | 277 | |
|
278 | 278 | |
|
279 | 279 | </body> |
|
280 | 280 | </html> |
|
281 | 281 | |
|
282 | 282 | % diff removed file |
|
283 | 283 | 200 Script output follows |
|
284 | 284 | |
|
285 | 285 | <!-- quirksmode --> |
|
286 | 286 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
287 | 287 | <html> |
|
288 | 288 | <head> |
|
289 | 289 | <link rel="icon" href="/static/hgicon.png" type="image/png"> |
|
290 | 290 | <meta name="robots" content="index, nofollow" /> |
|
291 | 291 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
292 | 292 | |
|
293 | 293 | <title>test: a diff</title> |
|
294 | 294 | </head> |
|
295 | 295 | <body> |
|
296 | 296 | |
|
297 | 297 | <div class="container"> |
|
298 | 298 | <div class="menu"> |
|
299 | 299 | <div class="logo"> |
|
300 | 300 | <a href="http://www.selenic.com/mercurial/"> |
|
301 | 301 | <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
302 | 302 | </div> |
|
303 | 303 | <ul> |
|
304 | 304 | <li><a href="/shortlog/78e4ebad7cdf">log</a></li> |
|
305 | 305 | <li><a href="/graph/78e4ebad7cdf">graph</a></li> |
|
306 | 306 | <li><a href="/tags">tags</a></li> |
|
307 | 307 | </ul> |
|
308 | 308 | <ul> |
|
309 | 309 | <li><a href="/rev/78e4ebad7cdf">changeset</a></li> |
|
310 | 310 | <li><a href="/file/78e4ebad7cdf">browse</a></li> |
|
311 | 311 | </ul> |
|
312 | 312 | <ul> |
|
313 | 313 | <li><a href="/file/78e4ebad7cdf/a">file</a></li> |
|
314 | 314 | <li class="active">diff</li> |
|
315 | 315 | <li><a href="/annotate/78e4ebad7cdf/a">annotate</a></li> |
|
316 | 316 | <li><a href="/log/78e4ebad7cdf/a">file log</a></li> |
|
317 | 317 | <li><a href="/raw-file/78e4ebad7cdf/a">raw</a></li> |
|
318 | 318 | </ul> |
|
319 | 319 | </div> |
|
320 | 320 | |
|
321 | 321 | <div class="main"> |
|
322 | 322 | <h2><a href="/">test</a></h2> |
|
323 | 323 | <h3>diff a @ 1:78e4ebad7cdf</h3> |
|
324 | 324 | |
|
325 | 325 | <form class="search" action="/log"> |
|
326 | 326 | |
|
327 | 327 | <p><input name="rev" id="search1" type="text" size="30"></p> |
|
328 | 328 | <span>find changesets by author, revision, |
|
329 | 329 | files, or words in the commit message</span> |
|
330 | 330 | </form> |
|
331 | 331 | |
|
332 | 332 | <div class="description">b</div> |
|
333 | 333 | |
|
334 | 334 | <table id="changesetEntry"> |
|
335 | 335 | <tr> |
|
336 | 336 | <th>author</th> |
|
337 | 337 | <td>test</td> |
|
338 | 338 | </tr> |
|
339 | 339 | <tr> |
|
340 | 340 | <th>date</th> |
|
341 | 341 | <td>Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td> |
|
342 | 342 | </tr> |
|
343 | 343 | <tr> |
|
344 | 344 | <th>parents</th> |
|
345 | 345 | <td></td> |
|
346 | 346 | </tr> |
|
347 | 347 | <tr> |
|
348 | 348 | <th>children</th> |
|
349 | 349 | <td></td> |
|
350 | 350 | </tr> |
|
351 | 351 | |
|
352 | 352 | </table> |
|
353 | 353 | |
|
354 | 354 | <div class="overflow"> |
|
355 | 355 | <div class="sourcefirst"> line diff</div> |
|
356 | 356 | |
|
357 | 357 | <div class="source bottomline parity0"><a href="#l1.1" id="l1.1"> 1.1</a> new file mode 100755 |
|
358 | 358 | <a href="#l1.2" id="l1.2"> 1.2</a> <span class="minusline">--- /dev/null |
|
359 | 359 | </span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="plusline">+++ b/a |
|
360 | 360 | </span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
361 | 361 | </span><a href="#l1.5" id="l1.5"> 1.5</a> <span class="plusline">+a |
|
362 | 362 | </span></div> |
|
363 | 363 | </div> |
|
364 | 364 | </div> |
|
365 | 365 | </div> |
|
366 | 366 | |
|
367 | 367 | |
|
368 | 368 | |
|
369 | 369 | </body> |
|
370 | 370 | </html> |
|
371 | 371 | |
|
372 | 372 | % errors |
General Comments 0
You need to be logged in to leave comments.
Login now