##// END OF EJS Templates
hgweb: don't dereference symbolic revision in monoblue style...
av6 -
r25604:0cdcbc47 default
parent child Browse files
Show More
@@ -1,43 +1,43 b''
1 {header}
1 {header}
2 <title>{repo|escape}: changelog</title>
2 <title>{repo|escape}: changelog</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / changelog</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / changelog</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li class="current">changelog</li>
23 <li class="current">changelog</li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">files</a></li>
29 {archives%archiveentry}
29 {archives%archiveentry}
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
31 </ul>
31 </ul>
32 </div>
32 </div>
33
33
34 <h2 class="no-link no-border">changelog</h2>
34 <h2 class="no-link no-border">changelog</h2>
35 <div>
35 <div>
36 {entries%changelogentry}
36 {entries%changelogentry}
37 </div>
37 </div>
38
38
39 <div class="page-path">
39 <div class="page-path">
40 {changenav%nav}
40 {changenav%nav}
41 </div>
41 </div>
42
42
43 {footer}
43 {footer}
@@ -1,66 +1,66 b''
1 {header}
1 {header}
2 <title>{repo|escape}: changeset {rev}:{node|short}</title>
2 <title>{repo|escape}: changeset {rev}:{node|short}</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / changeset</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / changeset</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li class="current">changeset</li>
34 <li class="current">changeset</li>
35 <li><a href="{url|urlescape}raw-rev/{node|short}">raw</a></li>
35 <li><a href="{url|urlescape}raw-rev/{symrev}">raw</a></li>
36 {archives%archiveentry}
36 {archives%archiveentry}
37 </ul>
37 </ul>
38
38
39 <h2 class="no-link no-border">changeset</h2>
39 <h2 class="no-link no-border">changeset</h2>
40
40
41 <h3 class="changeset"><a href="{url|urlescape}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
41 <h3 class="changeset"><a href="{url|urlescape}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
42 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
42 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
43
43
44 <dl class="overview">
44 <dl class="overview">
45 <dt>author</dt>
45 <dt>author</dt>
46 <dd>{author|obfuscate}</dd>
46 <dd>{author|obfuscate}</dd>
47 <dt>date</dt>
47 <dt>date</dt>
48 <dd>{date|rfc822date}</dd>
48 <dd>{date|rfc822date}</dd>
49 {branch%changesetbranch}
49 {branch%changesetbranch}
50 <dt>changeset {rev}</dt>
50 <dt>changeset {rev}</dt>
51 <dd>{node|short}</dd>
51 <dd>{node|short}</dd>
52 {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}
52 {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}
53 {child%changesetchild}
53 {child%changesetchild}
54 </dl>
54 </dl>
55
55
56 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
56 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
57
57
58 <table>
58 <table>
59 {files}
59 {files}
60 </table>
60 </table>
61
61
62 <div class="diff">
62 <div class="diff">
63 {diff}
63 {diff}
64 </div>
64 </div>
65
65
66 {footer}
66 {footer}
@@ -1,66 +1,66 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape}@{node|short} (annotated)</title>
2 <title>{repo|escape}: {file|escape}@{node|short} (annotated)</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / annotate</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / annotate</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
34 <li><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
35 <li><a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
35 <li><a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
36 <li class="current">annotate</li>
36 <li class="current">annotate</li>
37 <li><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
37 <li><a href="{url|urlescape}diff/{symrev}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
38 <li><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
38 <li><a href="{url|urlescape}comparison/{symrev}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
39 <li><a href="{url|urlescape}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
39 <li><a href="{url|urlescape}raw-annotate/{symrev}/{file|urlescape}">raw</a></li>
40 </ul>
40 </ul>
41
41
42 <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2>
42 <h2 class="no-link no-border">{file|escape}@{node|short} (annotated)</h2>
43 <h3 class="changeset">{file|escape}</h3>
43 <h3 class="changeset">{file|escape}</h3>
44 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
44 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
45
45
46 <dl class="overview">
46 <dl class="overview">
47 <dt>author</dt>
47 <dt>author</dt>
48 <dd>{author|obfuscate}</dd>
48 <dd>{author|obfuscate}</dd>
49 <dt>date</dt>
49 <dt>date</dt>
50 <dd>{date|rfc822date}</dd>
50 <dd>{date|rfc822date}</dd>
51 {branch%filerevbranch}
51 {branch%filerevbranch}
52 <dt>changeset {rev}</dt>
52 <dt>changeset {rev}</dt>
53 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
53 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
54 {parent%fileannotateparent}
54 {parent%fileannotateparent}
55 {child%fileannotatechild}
55 {child%fileannotatechild}
56 <dt>permissions</dt>
56 <dt>permissions</dt>
57 <dd>{permissions|permissions}</dd>
57 <dd>{permissions|permissions}</dd>
58 </dl>
58 </dl>
59
59
60 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
60 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
61
61
62 <table class="annotated">
62 <table class="annotated">
63 {annotate%annotateline}
63 {annotate%annotateline}
64 </table>
64 </table>
65
65
66 {footer}
66 {footer}
@@ -1,72 +1,72 b''
1 {header}
1 {header}
2 <title>{repo|escape}: comparison {file|escape}</title>
2 <title>{repo|escape}: comparison {file|escape}</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file comparison</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file comparison</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
34 <li><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
35 <li><a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
35 <li><a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
36 <li><a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
36 <li><a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
37 <li><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
37 <li><a href="{url|urlescape}diff/{symrev}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
38 <li class="current">comparison</li>
38 <li class="current">comparison</li>
39 <li><a href="{url|urlescape}raw-diff/{node|short}/{file|urlescape}">raw</a></li>
39 <li><a href="{url|urlescape}raw-diff/{symrev}/{file|urlescape}">raw</a></li>
40 </ul>
40 </ul>
41
41
42 <h2 class="no-link no-border">comparison: {file|escape}</h2>
42 <h2 class="no-link no-border">comparison: {file|escape}</h2>
43 <h3 class="changeset">{file|escape}</h3>
43 <h3 class="changeset">{file|escape}</h3>
44
44
45 <dl class="overview">
45 <dl class="overview">
46 {branch%filerevbranch}
46 {branch%filerevbranch}
47 <dt>changeset {rev}</dt>
47 <dt>changeset {rev}</dt>
48 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
48 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
49 {parent%filecompparent}
49 {parent%filecompparent}
50 {child%filecompchild}
50 {child%filecompchild}
51 </dl>
51 </dl>
52
52
53 <div class="legend">
53 <div class="legend">
54 <span class="legendinfo equal">equal</span>
54 <span class="legendinfo equal">equal</span>
55 <span class="legendinfo delete">deleted</span>
55 <span class="legendinfo delete">deleted</span>
56 <span class="legendinfo insert">inserted</span>
56 <span class="legendinfo insert">inserted</span>
57 <span class="legendinfo replace">replaced</span>
57 <span class="legendinfo replace">replaced</span>
58 </div>
58 </div>
59
59
60 <div class="comparison">
60 <div class="comparison">
61 <table class="bigtable">
61 <table class="bigtable">
62 <thead class="header">
62 <thead class="header">
63 <tr>
63 <tr>
64 <th>{leftrev}:{leftnode|short}</th>
64 <th>{leftrev}:{leftnode|short}</th>
65 <th>{rightrev}:{rightnode|short}</th>
65 <th>{rightrev}:{rightnode|short}</th>
66 </tr>
66 </tr>
67 </thead>
67 </thead>
68 {comparison}
68 {comparison}
69 </table>
69 </table>
70 </div>
70 </div>
71
71
72 {footer}
72 {footer}
@@ -1,57 +1,57 b''
1 {header}
1 {header}
2 <title>{repo|escape}: diff {file|escape}</title>
2 <title>{repo|escape}: diff {file|escape}</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file diff</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file diff</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
34 <li><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
35 <li><a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
35 <li><a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
36 <li><a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
36 <li><a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
37 <li class="current">diff</li>
37 <li class="current">diff</li>
38 <li><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
38 <li><a href="{url|urlescape}comparison/{symrev}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
39 <li><a href="{url|urlescape}raw-diff/{node|short}/{file|urlescape}">raw</a></li>
39 <li><a href="{url|urlescape}raw-diff/{symrev}/{file|urlescape}">raw</a></li>
40 </ul>
40 </ul>
41
41
42 <h2 class="no-link no-border">diff: {file|escape}</h2>
42 <h2 class="no-link no-border">diff: {file|escape}</h2>
43 <h3 class="changeset">{file|escape}</h3>
43 <h3 class="changeset">{file|escape}</h3>
44
44
45 <dl class="overview">
45 <dl class="overview">
46 {branch%filerevbranch}
46 {branch%filerevbranch}
47 <dt>changeset {rev}</dt>
47 <dt>changeset {rev}</dt>
48 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
48 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
49 {parent%filediffparent}
49 {parent%filediffparent}
50 {child%filediffchild}
50 {child%filediffchild}
51 </dl>
51 </dl>
52
52
53 <div class="diff">
53 <div class="diff">
54 {diff}
54 {diff}
55 </div>
55 </div>
56
56
57 {footer}
57 {footer}
@@ -1,52 +1,52 b''
1 {header}
1 {header}
2 <title>{repo|escape}: File revisions</title>
2 <title>{repo|escape}: File revisions</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file revisions</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file revisions</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
34 <li><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
35 <li class="current">revisions</li>
35 <li class="current">revisions</li>
36 <li><a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
36 <li><a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
37 <li><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
37 <li><a href="{url|urlescape}diff/{symrev}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
38 <li><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
38 <li><a href="{url|urlescape}comparison/{symrev}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
39 <li><a href="{url|urlescape}rss-log/tip/{file|urlescape}">rss</a></li>
39 <li><a href="{url|urlescape}rss-log/tip/{file|urlescape}">rss</a></li>
40 </ul>
40 </ul>
41
41
42 <h2 class="no-link no-border">{file|urlescape}</h2>
42 <h2 class="no-link no-border">{file|urlescape}</h2>
43
43
44 <table>
44 <table>
45 {entries%filelogentry}
45 {entries%filelogentry}
46 </table>
46 </table>
47
47
48 <div class="page-path">
48 <div class="page-path">
49 {nav%filenav}
49 {nav%filenav}
50 </div>
50 </div>
51
51
52 {footer}
52 {footer}
@@ -1,66 +1,66 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape}@{node|short}</title>
2 <title>{repo|escape}: {file|escape}@{node|short}</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file revision</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / file revision</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li class="current">file</li>
34 <li class="current">file</li>
35 <li><a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
35 <li><a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a></li>
36 <li><a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
36 <li><a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
37 <li><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
37 <li><a href="{url|urlescape}diff/{symrev}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
38 <li><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
38 <li><a href="{url|urlescape}comparison/{symrev}/{file|urlescape}{sessionvars%urlparameter}">comparison</a></li>
39 <li><a href="{url|urlescape}raw-file/{node|short}/{file|urlescape}">raw</a></li>
39 <li><a href="{url|urlescape}raw-file/{symrev}/{file|urlescape}">raw</a></li>
40 </ul>
40 </ul>
41
41
42 <h2 class="no-link no-border">{file|escape}@{node|short}</h2>
42 <h2 class="no-link no-border">{file|escape}@{node|short}</h2>
43 <h3 class="changeset">{file|escape}</h3>
43 <h3 class="changeset">{file|escape}</h3>
44 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
44 <p class="changeset-age"><span class="age">{date|rfc822date}</span></p>
45
45
46 <dl class="overview">
46 <dl class="overview">
47 <dt>author</dt>
47 <dt>author</dt>
48 <dd>{author|obfuscate}</dd>
48 <dd>{author|obfuscate}</dd>
49 <dt>date</dt>
49 <dt>date</dt>
50 <dd>{date|rfc822date}</dd>
50 <dd>{date|rfc822date}</dd>
51 {branch%filerevbranch}
51 {branch%filerevbranch}
52 <dt>changeset {rev}</dt>
52 <dt>changeset {rev}</dt>
53 <dd><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
53 <dd><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>
54 {parent%filerevparent}
54 {parent%filerevparent}
55 {child%filerevchild}
55 {child%filerevchild}
56 <dt>permissions</dt>
56 <dt>permissions</dt>
57 <dd>{permissions|permissions}</dd>
57 <dd>{permissions|permissions}</dd>
58 </dl>
58 </dl>
59
59
60 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
60 <p class="description">{desc|strip|escape|websub|addbreaks|nonempty}</p>
61
61
62 <div class="source">
62 <div class="source">
63 {text%fileline}
63 {text%fileline}
64 </div>
64 </div>
65
65
66 {footer}
66 {footer}
@@ -1,118 +1,118 b''
1 {header}
1 {header}
2 <title>{repo|escape}: graph</title>
2 <title>{repo|escape}: graph</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 <!--[if IE]><script type="text/javascript" src="{staticurl|urlescape}excanvas.js"></script><![endif]-->
5 <!--[if IE]><script type="text/javascript" src="{staticurl|urlescape}excanvas.js"></script><![endif]-->
6 </head>
6 </head>
7
7
8 <body>
8 <body>
9 <div id="container">
9 <div id="container">
10 <div class="page-header">
10 <div class="page-header">
11 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / graph</h1>
11 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / graph</h1>
12
12
13 <form action="{url|urlescape}log">
13 <form action="{url|urlescape}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
15 <dl class="search">
15 <dl class="search">
16 <dt><label>Search: </label></dt>
16 <dt><label>Search: </label></dt>
17 <dd><input type="text" name="rev" /></dd>
17 <dd><input type="text" name="rev" /></dd>
18 </dl>
18 </dl>
19 </form>
19 </form>
20
20
21 <ul class="page-nav">
21 <ul class="page-nav">
22 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
23 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
24 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
25 <li class="current">graph</li>
25 <li class="current">graph</li>
26 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
27 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
28 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
29 <li><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a></li>
29 <li><a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">files</a></li>
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
31 </ul>
31 </ul>
32 </div>
32 </div>
33
33
34 <h2 class="no-link no-border">graph</h2>
34 <h2 class="no-link no-border">graph</h2>
35
35
36 <div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
36 <div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
37 <div id="wrapper">
37 <div id="wrapper">
38 <ul id="nodebgs"></ul>
38 <ul id="nodebgs"></ul>
39 <canvas id="graph" width="480" height="{canvasheight}"></canvas>
39 <canvas id="graph" width="480" height="{canvasheight}"></canvas>
40 <ul id="graphnodes"></ul>
40 <ul id="graphnodes"></ul>
41 </div>
41 </div>
42
42
43 <script>
43 <script>
44 <!-- hide script content
44 <!-- hide script content
45
45
46 document.getElementById('noscript').style.display = 'none';
46 document.getElementById('noscript').style.display = 'none';
47
47
48 var data = {jsdata|json};
48 var data = {jsdata|json};
49 var graph = new Graph();
49 var graph = new Graph();
50 graph.scale({bg_height});
50 graph.scale({bg_height});
51
51
52 graph.vertex = function(x, y, color, parity, cur) \{
52 graph.vertex = function(x, y, color, parity, cur) \{
53
53
54 this.ctx.beginPath();
54 this.ctx.beginPath();
55 color = this.setColor(color, 0.25, 0.75);
55 color = this.setColor(color, 0.25, 0.75);
56 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
56 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
57 this.ctx.fill();
57 this.ctx.fill();
58
58
59 var bg = '<li class="bg parity' + parity + '"></li>';
59 var bg = '<li class="bg parity' + parity + '"></li>';
60 var left = (this.bg_height - this.box_size) + (this.columns + 1) * this.box_size;
60 var left = (this.bg_height - this.box_size) + (this.columns + 1) * this.box_size;
61 var nstyle = 'padding-left: ' + left + 'px;';
61 var nstyle = 'padding-left: ' + left + 'px;';
62
62
63 var tagspan = '';
63 var tagspan = '';
64 if (cur[7].length || cur[8].length || (cur[6][0] != 'default' || cur[6][1])) \{
64 if (cur[7].length || cur[8].length || (cur[6][0] != 'default' || cur[6][1])) \{
65 tagspan = '<span class="logtags">';
65 tagspan = '<span class="logtags">';
66 if (cur[6][1]) \{
66 if (cur[6][1]) \{
67 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
67 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
68 tagspan += cur[6][0] + '</span> ';
68 tagspan += cur[6][0] + '</span> ';
69 } else if (!cur[6][1] && cur[6][0] != 'default') \{
69 } else if (!cur[6][1] && cur[6][0] != 'default') \{
70 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
70 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
71 tagspan += cur[6][0] + '</span> ';
71 tagspan += cur[6][0] + '</span> ';
72 }
72 }
73 if (cur[7].length) \{
73 if (cur[7].length) \{
74 for (var t in cur[7]) \{
74 for (var t in cur[7]) \{
75 var tag = cur[7][t];
75 var tag = cur[7][t];
76 tagspan += '<span class="tagtag">' + tag + '</span> ';
76 tagspan += '<span class="tagtag">' + tag + '</span> ';
77 }
77 }
78 }
78 }
79 if (cur[8].length) \{
79 if (cur[8].length) \{
80 for (var t in cur[8]) \{
80 for (var t in cur[8]) \{
81 var bookmark = cur[8][t];
81 var bookmark = cur[8][t];
82 tagspan += '<span class="bookmarktag">' + bookmark + '</span> ';
82 tagspan += '<span class="bookmarktag">' + bookmark + '</span> ';
83 }
83 }
84 }
84 }
85 tagspan += '</span>';
85 tagspan += '</span>';
86 }
86 }
87
87
88 var item = '<li style="' + nstyle + '"><span class="desc">';
88 var item = '<li style="' + nstyle + '"><span class="desc">';
89 item += '<a href="{url|urlescape}rev/' + cur[0] + '{sessionvars%urlparameter}" title="' + cur[0] + '">' + cur[3] + '</a>';
89 item += '<a href="{url|urlescape}rev/' + cur[0] + '{sessionvars%urlparameter}" title="' + cur[0] + '">' + cur[3] + '</a>';
90 item += '</span>' + tagspan + '<span class="info">' + cur[5] + ', by ' + cur[4] + '</span></li>';
90 item += '</span>' + tagspan + '<span class="info">' + cur[5] + ', by ' + cur[4] + '</span></li>';
91
91
92 return [bg, item];
92 return [bg, item];
93
93
94 }
94 }
95
95
96 graph.render(data);
96 graph.render(data);
97
97
98 // stop hiding script -->
98 // stop hiding script -->
99 </script>
99 </script>
100
100
101 <div class="page-path">
101 <div class="page-path">
102 <a href="{url|urlescape}graph/{rev}{lessvars%urlparameter}">less</a>
102 <a href="{url|urlescape}graph/{symrev}{lessvars%urlparameter}">less</a>
103 <a href="{url|urlescape}graph/{rev}{morevars%urlparameter}">more</a>
103 <a href="{url|urlescape}graph/{symrev}{morevars%urlparameter}">more</a>
104 | {changenav%navgraph}
104 | {changenav%navgraph}
105 </div>
105 </div>
106
106
107 <script type="text/javascript">
107 <script type="text/javascript">
108 ajaxScrollInit(
108 ajaxScrollInit(
109 '{url|urlescape}graph/{rev}?revcount=%next%&style={style}',
109 '{url|urlescape}graph/{rev}?revcount=%next%&style={style}',
110 {revcount}+60,
110 {revcount}+60,
111 function (htmlText, previousVal) \{ return previousVal + 60; },
111 function (htmlText, previousVal) \{ return previousVal + 60; },
112 '#wrapper',
112 '#wrapper',
113 '<div class="%class%" style="text-align: center;">%text%</div>',
113 '<div class="%class%" style="text-align: center;">%text%</div>',
114 'graph'
114 'graph'
115 );
115 );
116 </script>
116 </script>
117
117
118 {footer}
118 {footer}
@@ -1,53 +1,53 b''
1 {header}
1 {header}
2 <title>{repo|escape}: files</title>
2 <title>{repo|escape}: files</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / files</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / files</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
22 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li class="current">files</li>
28 <li class="current">files</li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
29 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 </ul>
30 </ul>
31 </div>
31 </div>
32
32
33 <ul class="submenu">
33 <ul class="submenu">
34 <li><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
34 <li><a href="{url|urlescape}rev/{symrev}{sessionvars%urlparameter}">changeset</a></li>
35 {archives%archiveentry}
35 {archives%archiveentry}
36 </ul>
36 </ul>
37
37
38 <h2 class="no-link no-border">files</h2>
38 <h2 class="no-link no-border">files</h2>
39 <p class="files">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></p>
39 <p class="files">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></p>
40
40
41 <table>
41 <table>
42 <tr class="parity{upparity}">
42 <tr class="parity{upparity}">
43 <td>drwxr-xr-x</td>
43 <td>drwxr-xr-x</td>
44 <td></td>
44 <td></td>
45 <td></td>
45 <td></td>
46 <td><a href="{url|urlescape}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
46 <td><a href="{url|urlescape}file/{symrev}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
47 <td class="link">&nbsp;</td>
47 <td class="link">&nbsp;</td>
48 </tr>
48 </tr>
49 {dentries%direntry}
49 {dentries%direntry}
50 {fentries%fileentry}
50 {fentries%fileentry}
51 </table>
51 </table>
52
52
53 {footer}
53 {footer}
@@ -1,282 +1,282 b''
1 default = 'summary'
1 default = 'summary'
2 mimetype = 'text/html; charset={encoding}'
2 mimetype = 'text/html; charset={encoding}'
3 header = header.tmpl
3 header = header.tmpl
4 footer = footer.tmpl
4 footer = footer.tmpl
5 search = search.tmpl
5 search = search.tmpl
6 changelog = changelog.tmpl
6 changelog = changelog.tmpl
7 summary = summary.tmpl
7 summary = summary.tmpl
8 error = error.tmpl
8 error = error.tmpl
9 notfound = notfound.tmpl
9 notfound = notfound.tmpl
10
10
11 help = help.tmpl
11 help = help.tmpl
12 helptopics = helptopics.tmpl
12 helptopics = helptopics.tmpl
13
13
14 helpentry = '
14 helpentry = '
15 <tr><td>
15 <tr><td>
16 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
16 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
17 {topic|escape}
17 {topic|escape}
18 </a>
18 </a>
19 </td><td>
19 </td><td>
20 {summary|escape}
20 {summary|escape}
21 </td></tr>'
21 </td></tr>'
22
22
23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
25 navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
25 navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
26 filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a>'
26 filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a>'
27 filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
27 filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
28 filenodelink = '
28 filenodelink = '
29 <tr class="parity{parity}">
29 <tr class="parity{parity}">
30 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
30 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
31 <td></td>
31 <td></td>
32 <td>
32 <td>
33 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
33 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
34 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
34 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
35 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
35 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
36 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
36 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
37 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
37 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
38 </td>
38 </td>
39 </tr>'
39 </tr>'
40 filenolink = '
40 filenolink = '
41 <tr class="parity{parity}">
41 <tr class="parity{parity}">
42 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
42 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
43 <td></td>
43 <td></td>
44 <td>
44 <td>
45 file |
45 file |
46 annotate |
46 annotate |
47 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
47 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
48 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
48 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
49 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
49 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
50 </td>
50 </td>
51 </tr>'
51 </tr>'
52
52
53 nav = '{before%naventry} {after%naventry}'
53 nav = '{before%naventry} {after%naventry}'
54 navshort = '{before%navshortentry}{after%navshortentry}'
54 navshort = '{before%navshortentry}{after%navshortentry}'
55 navgraph = '{before%navgraphentry}{after%navgraphentry}'
55 navgraph = '{before%navgraphentry}{after%navgraphentry}'
56 filenav = '{before%filenaventry}{after%filenaventry}'
56 filenav = '{before%filenaventry}{after%filenaventry}'
57
57
58 fileellipses = '...'
58 fileellipses = '...'
59 changelogentry = changelogentry.tmpl
59 changelogentry = changelogentry.tmpl
60 searchentry = changelogentry.tmpl
60 searchentry = changelogentry.tmpl
61 changeset = changeset.tmpl
61 changeset = changeset.tmpl
62 manifest = manifest.tmpl
62 manifest = manifest.tmpl
63 direntry = '
63 direntry = '
64 <tr class="parity{parity}">
64 <tr class="parity{parity}">
65 <td>drwxr-xr-x</td>
65 <td>drwxr-xr-x</td>
66 <td></td>
66 <td></td>
67 <td></td>
67 <td></td>
68 <td>
68 <td>
69 <a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
69 <a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
70 <a href="{url|urlescape}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a>
70 <a href="{url|urlescape}file/{symrev}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a>
71 </td>
71 </td>
72 <td><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></td>
72 <td><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></td>
73 </tr>'
73 </tr>'
74 fileentry = '
74 fileentry = '
75 <tr class="parity{parity}">
75 <tr class="parity{parity}">
76 <td>{permissions|permissions}</td>
76 <td>{permissions|permissions}</td>
77 <td>{date|isodate}</td>
77 <td>{date|isodate}</td>
78 <td>{size}</td>
78 <td>{size}</td>
79 <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td>
79 <td><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td>
80 <td>
80 <td>
81 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
81 <a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
82 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
82 <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
83 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
83 <a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
84 </td>
84 </td>
85 </tr>'
85 </tr>'
86 filerevision = filerevision.tmpl
86 filerevision = filerevision.tmpl
87 fileannotate = fileannotate.tmpl
87 fileannotate = fileannotate.tmpl
88 filediff = filediff.tmpl
88 filediff = filediff.tmpl
89 filecomparison = filecomparison.tmpl
89 filecomparison = filecomparison.tmpl
90 filelog = filelog.tmpl
90 filelog = filelog.tmpl
91 fileline = '
91 fileline = '
92 <div style="font-family:monospace" class="parity{parity}">
92 <div style="font-family:monospace" class="parity{parity}">
93 <pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre>
93 <pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre>
94 </div>'
94 </div>'
95 annotateline = '
95 annotateline = '
96 <tr class="parity{parity}">
96 <tr class="parity{parity}">
97 <td class="linenr">
97 <td class="linenr">
98 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
98 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
99 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
99 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
100 </td>
100 </td>
101 <td class="lineno">
101 <td class="lineno">
102 <a href="#{lineid}" id="{lineid}">{linenumber}</a>
102 <a href="#{lineid}" id="{lineid}">{linenumber}</a>
103 </td>
103 </td>
104 <td class="source">{line|escape}</td>
104 <td class="source">{line|escape}</td>
105 </tr>'
105 </tr>'
106 difflineplus = '<span class="difflineplus"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
106 difflineplus = '<span class="difflineplus"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
107 difflineminus = '<span class="difflineminus"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
107 difflineminus = '<span class="difflineminus"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
108 difflineat = '<span class="difflineat"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
108 difflineat = '<span class="difflineat"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
109 diffline = '<span><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
109 diffline = '<span><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
110
110
111 comparisonblock ='
111 comparisonblock ='
112 <tbody class="block">
112 <tbody class="block">
113 {lines}
113 {lines}
114 </tbody>'
114 </tbody>'
115 comparisonline = '
115 comparisonline = '
116 <tr>
116 <tr>
117 <td class="source {type}"><a class="linenr" href="#{lineid}" id="{lineid}">{leftlinenumber}</a> {leftline|escape}</td>
117 <td class="source {type}"><a class="linenr" href="#{lineid}" id="{lineid}">{leftlinenumber}</a> {leftline|escape}</td>
118 <td class="source {type}"><a class="linenr" href="#{lineid}" id="{lineid}">{rightlinenumber}</a> {rightline|escape}</td>
118 <td class="source {type}"><a class="linenr" href="#{lineid}" id="{lineid}">{rightlinenumber}</a> {rightline|escape}</td>
119 </tr>'
119 </tr>'
120
120
121 changesetlink = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
121 changesetlink = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
122 changelogparent = '
122 changelogparent = '
123 <tr>
123 <tr>
124 <th class="parent">parent {rev}:</th>
124 <th class="parent">parent {rev}:</th>
125 <td class="parent">
125 <td class="parent">
126 {changesetlink}
126 {changesetlink}
127 </td>
127 </td>
128 </tr>'
128 </tr>'
129 changesetbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
129 changesetbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
130 changesetparent = '
130 changesetparent = '
131 <dt>parent {rev}</dt>
131 <dt>parent {rev}</dt>
132 <dd>{changesetlink}</dd>'
132 <dd>{changesetlink}</dd>'
133 changesetparentdiff = '
133 changesetparentdiff = '
134 <dt>parent {rev}</dt>
134 <dt>parent {rev}</dt>
135 <dd>{changesetlink} {ifeq(node, basenode, '(current diff)', '({difffrom})')}</dd>'
135 <dd>{changesetlink} {ifeq(node, basenode, '(current diff)', '({difffrom})')}</dd>'
136 difffrom = '<a href="{url|urlescape}rev/{node|short}:{originalnode|short}{sessionvars%urlparameter}">diff</a>'
136 difffrom = '<a href="{url|urlescape}rev/{node|short}:{originalnode|short}{sessionvars%urlparameter}">diff</a>'
137 filerevbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
137 filerevbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
138 filerevparent = '
138 filerevparent = '
139 <dt>parent {rev}</dt>
139 <dt>parent {rev}</dt>
140 <dd>
140 <dd>
141 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
141 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
142 {rename%filerename}{node|short}
142 {rename%filerename}{node|short}
143 </a>
143 </a>
144 </dd>'
144 </dd>'
145 filerename = '{file|escape}@'
145 filerename = '{file|escape}@'
146 filelogrename = '| <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">base</a>'
146 filelogrename = '| <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">base</a>'
147 fileannotateparent = '
147 fileannotateparent = '
148 <dt>parent {rev}</dt>
148 <dt>parent {rev}</dt>
149 <dd>
149 <dd>
150 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
150 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
151 {rename%filerename}{node|short}
151 {rename%filerename}{node|short}
152 </a>
152 </a>
153 </dd>'
153 </dd>'
154 changelogchild = '
154 changelogchild = '
155 <dt>child {rev}:</dt>
155 <dt>child {rev}:</dt>
156 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
156 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
157 changesetchild = '
157 changesetchild = '
158 <dt>child {rev}</dt>
158 <dt>child {rev}</dt>
159 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
159 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
160 filerevchild = '
160 filerevchild = '
161 <dt>child {rev}</dt>
161 <dt>child {rev}</dt>
162 <dd>
162 <dd>
163 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
163 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
164 </dd>'
164 </dd>'
165 fileannotatechild = '
165 fileannotatechild = '
166 <dt>child {rev}</dt>
166 <dt>child {rev}</dt>
167 <dd>
167 <dd>
168 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
168 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
169 </dd>'
169 </dd>'
170 tags = tags.tmpl
170 tags = tags.tmpl
171 tagentry = '
171 tagentry = '
172 <tr class="parity{parity}">
172 <tr class="parity{parity}">
173 <td class="nowrap age">{date|rfc822date}</td>
173 <td class="nowrap age">{date|rfc822date}</td>
174 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td>
174 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{tag|escape}</a></td>
175 <td class="nowrap">
175 <td class="nowrap">
176 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
176 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
177 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
177 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
178 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
178 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
179 </td>
179 </td>
180 </tr>'
180 </tr>'
181 bookmarks = bookmarks.tmpl
181 bookmarks = bookmarks.tmpl
182 bookmarkentry = '
182 bookmarkentry = '
183 <tr class="parity{parity}">
183 <tr class="parity{parity}">
184 <td class="nowrap date">{date|rfc822date}</td>
184 <td class="nowrap date">{date|rfc822date}</td>
185 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
185 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
186 <td class="nowrap">
186 <td class="nowrap">
187 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
187 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
188 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
188 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
189 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
189 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
190 </td>
190 </td>
191 </tr>'
191 </tr>'
192 branches = branches.tmpl
192 branches = branches.tmpl
193 branchentry = '
193 branchentry = '
194 <tr class="parity{parity}">
194 <tr class="parity{parity}">
195 <td class="nowrap age">{date|rfc822date}</td>
195 <td class="nowrap age">{date|rfc822date}</td>
196 <td><a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
196 <td><a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
197 <td class="{status}">{branch|escape}</td>
197 <td class="{status}">{branch|escape}</td>
198 <td class="nowrap">
198 <td class="nowrap">
199 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
199 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
200 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
200 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
201 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
201 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
202 </td>
202 </td>
203 </tr>'
203 </tr>'
204 diffblock = '<pre>{lines}</pre>'
204 diffblock = '<pre>{lines}</pre>'
205 filediffparent = '
205 filediffparent = '
206 <dt>parent {rev}</dt>
206 <dt>parent {rev}</dt>
207 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
207 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
208 filecompparent = '
208 filecompparent = '
209 <dt>parent {rev}</dt>
209 <dt>parent {rev}</dt>
210 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
210 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
211 filelogparent = '
211 filelogparent = '
212 <tr>
212 <tr>
213 <td align="right">parent {rev}:&nbsp;</td>
213 <td align="right">parent {rev}:&nbsp;</td>
214 <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
214 <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
215 </tr>'
215 </tr>'
216 filediffchild = '
216 filediffchild = '
217 <dt>child {rev}</dt>
217 <dt>child {rev}</dt>
218 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
218 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
219 filecompchild = '
219 filecompchild = '
220 <dt>child {rev}</dt>
220 <dt>child {rev}</dt>
221 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
221 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
222 filelogchild = '
222 filelogchild = '
223 <tr>
223 <tr>
224 <td align="right">child {rev}:&nbsp;</td>
224 <td align="right">child {rev}:&nbsp;</td>
225 <td><a href="{url|urlescape}file{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
225 <td><a href="{url|urlescape}file{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
226 </tr>'
226 </tr>'
227 shortlog = shortlog.tmpl
227 shortlog = shortlog.tmpl
228 tagtag = '<span class="tagtag" title="{name|escape}">{name|escape}</span> '
228 tagtag = '<span class="tagtag" title="{name|escape}">{name|escape}</span> '
229 branchtag = '<span class="branchtag" title="{name|escape}">{name|escape}</span> '
229 branchtag = '<span class="branchtag" title="{name|escape}">{name|escape}</span> '
230 inbranchtag = '<span class="inbranchtag" title="{name|escape}">{name|escape}</span> '
230 inbranchtag = '<span class="inbranchtag" title="{name|escape}">{name|escape}</span> '
231 bookmarktag = '<span class="bookmarktag" title="{name|escape}">{name|escape}</span> '
231 bookmarktag = '<span class="bookmarktag" title="{name|escape}">{name|escape}</span> '
232 shortlogentry = '
232 shortlogentry = '
233 <tr class="parity{parity}">
233 <tr class="parity{parity}">
234 <td class="nowrap age">{date|rfc822date}</td>
234 <td class="nowrap age">{date|rfc822date}</td>
235 <td>{author|person}</td>
235 <td>{author|person}</td>
236 <td>
236 <td>
237 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
237 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
238 {desc|strip|firstline|escape|nonempty}
238 {desc|strip|firstline|escape|nonempty}
239 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
239 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
240 </a>
240 </a>
241 </td>
241 </td>
242 <td class="nowrap">
242 <td class="nowrap">
243 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
243 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
244 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
244 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
245 </td>
245 </td>
246 </tr>'
246 </tr>'
247 filelogentry = '
247 filelogentry = '
248 <tr class="parity{parity}">
248 <tr class="parity{parity}">
249 <td class="nowrap age">{date|rfc822date}</td>
249 <td class="nowrap age">{date|rfc822date}</td>
250 <td>
250 <td>
251 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
251 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
252 {desc|strip|firstline|escape|nonempty}
252 {desc|strip|firstline|escape|nonempty}
253 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
253 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>
254 </a>
254 </a>
255 </td>
255 </td>
256 <td class="nowrap">
256 <td class="nowrap">
257 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
257 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
258 {rename%filelogrename}
258 {rename%filelogrename}
259 </td>
259 </td>
260 </tr>'
260 </tr>'
261 archiveentry = '<li><a href="{url|urlescape}archive/{node|short}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a></li>'
261 archiveentry = '<li><a href="{url|urlescape}archive/{symrev}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a></li>'
262 indexentry = '
262 indexentry = '
263 <tr class="parity{parity}">
263 <tr class="parity{parity}">
264 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
264 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
265 <td>{description}</td>
265 <td>{description}</td>
266 <td>{contact|obfuscate}</td>
266 <td>{contact|obfuscate}</td>
267 <td class="age">{lastchange|rfc822date}</td>
267 <td class="age">{lastchange|rfc822date}</td>
268 <td class="indexlinks">{archives%indexarchiveentry}</td>
268 <td class="indexlinks">{archives%indexarchiveentry}</td>
269 <td>
269 <td>
270 {if(isdirectory, '',
270 {if(isdirectory, '',
271 '<div class="rss_logo">
271 '<div class="rss_logo">
272 <a href="{url|urlescape}rss-log">RSS</a> <a href="{url|urlescape}atom-log">Atom</a>
272 <a href="{url|urlescape}rss-log">RSS</a> <a href="{url|urlescape}atom-log">Atom</a>
273 </div>'
273 </div>'
274 )}
274 )}
275 </td>
275 </td>
276 </tr>\n'
276 </tr>\n'
277 indexarchiveentry = '<a href="{url|urlescape}archive/{node|short}{extension}">{type|escape}</a> '
277 indexarchiveentry = '<a href="{url|urlescape}archive/{node|short}{extension}">{type|escape}</a> '
278 index = index.tmpl
278 index = index.tmpl
279 urlparameter = '{separator}{name}={value|urlescape}'
279 urlparameter = '{separator}{name}={value|urlescape}'
280 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
280 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
281 graph = graph.tmpl
281 graph = graph.tmpl
282 breadcrumb = '&gt; <a href="{url|urlescape}">{name|escape}</a> '
282 breadcrumb = '&gt; <a href="{url|urlescape}">{name|escape}</a> '
@@ -1,59 +1,59 b''
1 {header}
1 {header}
2 <title>{repo|escape}: shortlog</title>
2 <title>{repo|escape}: shortlog</title>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <div id="container">
8 <div id="container">
9 <div class="page-header">
9 <div class="page-header">
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / shortlog</h1>
10 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / shortlog</h1>
11
11
12 <form action="{url|urlescape}log">
12 <form action="{url|urlescape}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <dl class="search">
14 <dl class="search">
15 <dt><label>Search: </label></dt>
15 <dt><label>Search: </label></dt>
16 <dd><input type="text" name="rev" /></dd>
16 <dd><input type="text" name="rev" /></dd>
17 </dl>
17 </dl>
18 </form>
18 </form>
19
19
20 <ul class="page-nav">
20 <ul class="page-nav">
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
21 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
22 <li class="current">shortlog</li>
22 <li class="current">shortlog</li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
23 <li><a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a></li>
24 <li><a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
24 <li><a href="{url|urlescape}graph/{symrev}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
25 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
26 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
28 <li><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a></li>
28 <li><a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">files</a></li>
29 {archives%archiveentry}
29 {archives%archiveentry}
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
30 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
31 </ul>
31 </ul>
32 </div>
32 </div>
33
33
34 <h2 class="no-link no-border">shortlog</h2>
34 <h2 class="no-link no-border">shortlog</h2>
35
35
36 <table class="shortlogtable">
36 <table class="shortlogtable">
37 {entries%shortlogentry}
37 {entries%shortlogentry}
38 </table>
38 </table>
39
39
40 <div class="page-path">
40 <div class="page-path">
41 {changenav%navshort}
41 {changenav%navshort}
42 </div>
42 </div>
43
43
44 <script type="text/javascript">
44 <script type="text/javascript">
45 ajaxScrollInit(
45 ajaxScrollInit(
46 '{url|urlescape}shortlog/%next%{sessionvars%urlparameter}',
46 '{url|urlescape}shortlog/%next%{sessionvars%urlparameter}',
47 '{nextentry%"{node}"}', <!-- NEXTHASH
47 '{nextentry%"{node}"}', <!-- NEXTHASH
48 function (htmlText, previousVal) \{
48 function (htmlText, previousVal) \{
49 var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
49 var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
50 return m ? m[1] : null;
50 return m ? m[1] : null;
51 },
51 },
52 '.shortlogtable > tbody:nth-of-type(1)',
52 '.shortlogtable > tbody:nth-of-type(1)',
53 '<tr class="%class%">\
53 '<tr class="%class%">\
54 <td colspan="4" style="text-align: center;">%text%</td>\
54 <td colspan="4" style="text-align: center;">%text%</td>\
55 </tr>'
55 </tr>'
56 );
56 );
57 </script>
57 </script>
58
58
59 {footer}
59 {footer}
@@ -1,565 +1,565 b''
1 #require serve
1 #require serve
2
2
3 Test chains of near empty directories, terminating 3 different ways:
3 Test chains of near empty directories, terminating 3 different ways:
4 - a1: file at level 4 (deepest)
4 - a1: file at level 4 (deepest)
5 - b1: two dirs at level 3
5 - b1: two dirs at level 3
6 - d1: file at level 2
6 - d1: file at level 2
7
7
8 Set up the repo
8 Set up the repo
9
9
10 $ hg init test
10 $ hg init test
11 $ cd test
11 $ cd test
12 $ mkdir -p a1/a2/a3/a4
12 $ mkdir -p a1/a2/a3/a4
13 $ mkdir -p b1/b2/b3/b4
13 $ mkdir -p b1/b2/b3/b4
14 $ mkdir -p b1/b2/b3/c4
14 $ mkdir -p b1/b2/b3/c4
15 $ mkdir -p d1/d2/d3/d4
15 $ mkdir -p d1/d2/d3/d4
16 $ echo foo > a1/a2/a3/a4/foo
16 $ echo foo > a1/a2/a3/a4/foo
17 $ echo foo > b1/b2/b3/b4/foo
17 $ echo foo > b1/b2/b3/b4/foo
18 $ echo foo > b1/b2/b3/c4/foo
18 $ echo foo > b1/b2/b3/c4/foo
19 $ echo foo > d1/d2/d3/d4/foo
19 $ echo foo > d1/d2/d3/d4/foo
20 $ echo foo > d1/d2/foo
20 $ echo foo > d1/d2/foo
21 $ hg ci -Ama
21 $ hg ci -Ama
22 adding a1/a2/a3/a4/foo
22 adding a1/a2/a3/a4/foo
23 adding b1/b2/b3/b4/foo
23 adding b1/b2/b3/b4/foo
24 adding b1/b2/b3/c4/foo
24 adding b1/b2/b3/c4/foo
25 adding d1/d2/d3/d4/foo
25 adding d1/d2/d3/d4/foo
26 adding d1/d2/foo
26 adding d1/d2/foo
27 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
27 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
28 $ cat hg.pid >> $DAEMON_PIDS
28 $ cat hg.pid >> $DAEMON_PIDS
29
29
30 manifest with descending (paper)
30 manifest with descending (paper)
31
31
32 $ get-with-headers.py 127.0.0.1:$HGPORT 'file'
32 $ get-with-headers.py 127.0.0.1:$HGPORT 'file'
33 200 Script output follows
33 200 Script output follows
34
34
35 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
35 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
36 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
36 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
37 <head>
37 <head>
38 <link rel="icon" href="/static/hgicon.png" type="image/png" />
38 <link rel="icon" href="/static/hgicon.png" type="image/png" />
39 <meta name="robots" content="index, nofollow" />
39 <meta name="robots" content="index, nofollow" />
40 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
40 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
41 <script type="text/javascript" src="/static/mercurial.js"></script>
41 <script type="text/javascript" src="/static/mercurial.js"></script>
42
42
43 <title>test: c9f45f7a1659 /</title>
43 <title>test: c9f45f7a1659 /</title>
44 </head>
44 </head>
45 <body>
45 <body>
46
46
47 <div class="container">
47 <div class="container">
48 <div class="menu">
48 <div class="menu">
49 <div class="logo">
49 <div class="logo">
50 <a href="http://mercurial.selenic.com/">
50 <a href="http://mercurial.selenic.com/">
51 <img src="/static/hglogo.png" alt="mercurial" /></a>
51 <img src="/static/hglogo.png" alt="mercurial" /></a>
52 </div>
52 </div>
53 <ul>
53 <ul>
54 <li><a href="/shortlog/c9f45f7a1659">log</a></li>
54 <li><a href="/shortlog/c9f45f7a1659">log</a></li>
55 <li><a href="/graph/c9f45f7a1659">graph</a></li>
55 <li><a href="/graph/c9f45f7a1659">graph</a></li>
56 <li><a href="/tags">tags</a></li>
56 <li><a href="/tags">tags</a></li>
57 <li><a href="/bookmarks">bookmarks</a></li>
57 <li><a href="/bookmarks">bookmarks</a></li>
58 <li><a href="/branches">branches</a></li>
58 <li><a href="/branches">branches</a></li>
59 </ul>
59 </ul>
60 <ul>
60 <ul>
61 <li><a href="/rev/c9f45f7a1659">changeset</a></li>
61 <li><a href="/rev/c9f45f7a1659">changeset</a></li>
62 <li class="active">browse</li>
62 <li class="active">browse</li>
63 </ul>
63 </ul>
64 <ul>
64 <ul>
65
65
66 </ul>
66 </ul>
67 <ul>
67 <ul>
68 <li><a href="/help">help</a></li>
68 <li><a href="/help">help</a></li>
69 </ul>
69 </ul>
70 </div>
70 </div>
71
71
72 <div class="main">
72 <div class="main">
73 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
73 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
74 <h3>directory / @ 0:c9f45f7a1659 <span class="tag">tip</span> </h3>
74 <h3>directory / @ 0:c9f45f7a1659 <span class="tag">tip</span> </h3>
75
75
76 <form class="search" action="/log">
76 <form class="search" action="/log">
77
77
78 <p><input name="rev" id="search1" type="text" size="30" /></p>
78 <p><input name="rev" id="search1" type="text" size="30" /></p>
79 <div id="hint">Find changesets by keywords (author, files, the commit message), revision
79 <div id="hint">Find changesets by keywords (author, files, the commit message), revision
80 number or hash, or <a href="/help/revsets">revset expression</a>.</div>
80 number or hash, or <a href="/help/revsets">revset expression</a>.</div>
81 </form>
81 </form>
82
82
83 <table class="bigtable">
83 <table class="bigtable">
84 <thead>
84 <thead>
85 <tr>
85 <tr>
86 <th class="name">name</th>
86 <th class="name">name</th>
87 <th class="size">size</th>
87 <th class="size">size</th>
88 <th class="permissions">permissions</th>
88 <th class="permissions">permissions</th>
89 </tr>
89 </tr>
90 </thead>
90 </thead>
91 <tbody class="stripes2">
91 <tbody class="stripes2">
92 <tr class="fileline">
92 <tr class="fileline">
93 <td class="name"><a href="/file/c9f45f7a1659/">[up]</a></td>
93 <td class="name"><a href="/file/c9f45f7a1659/">[up]</a></td>
94 <td class="size"></td>
94 <td class="size"></td>
95 <td class="permissions">drwxr-xr-x</td>
95 <td class="permissions">drwxr-xr-x</td>
96 </tr>
96 </tr>
97
97
98 <tr class="fileline">
98 <tr class="fileline">
99 <td class="name">
99 <td class="name">
100 <a href="/file/c9f45f7a1659/a1">
100 <a href="/file/c9f45f7a1659/a1">
101 <img src="/static/coal-folder.png" alt="dir."/> a1/
101 <img src="/static/coal-folder.png" alt="dir."/> a1/
102 </a>
102 </a>
103 <a href="/file/c9f45f7a1659/a1/a2/a3/a4">
103 <a href="/file/c9f45f7a1659/a1/a2/a3/a4">
104 a2/a3/a4
104 a2/a3/a4
105 </a>
105 </a>
106 </td>
106 </td>
107 <td class="size"></td>
107 <td class="size"></td>
108 <td class="permissions">drwxr-xr-x</td>
108 <td class="permissions">drwxr-xr-x</td>
109 </tr>
109 </tr>
110 <tr class="fileline">
110 <tr class="fileline">
111 <td class="name">
111 <td class="name">
112 <a href="/file/c9f45f7a1659/b1">
112 <a href="/file/c9f45f7a1659/b1">
113 <img src="/static/coal-folder.png" alt="dir."/> b1/
113 <img src="/static/coal-folder.png" alt="dir."/> b1/
114 </a>
114 </a>
115 <a href="/file/c9f45f7a1659/b1/b2/b3">
115 <a href="/file/c9f45f7a1659/b1/b2/b3">
116 b2/b3
116 b2/b3
117 </a>
117 </a>
118 </td>
118 </td>
119 <td class="size"></td>
119 <td class="size"></td>
120 <td class="permissions">drwxr-xr-x</td>
120 <td class="permissions">drwxr-xr-x</td>
121 </tr>
121 </tr>
122 <tr class="fileline">
122 <tr class="fileline">
123 <td class="name">
123 <td class="name">
124 <a href="/file/c9f45f7a1659/d1">
124 <a href="/file/c9f45f7a1659/d1">
125 <img src="/static/coal-folder.png" alt="dir."/> d1/
125 <img src="/static/coal-folder.png" alt="dir."/> d1/
126 </a>
126 </a>
127 <a href="/file/c9f45f7a1659/d1/d2">
127 <a href="/file/c9f45f7a1659/d1/d2">
128 d2
128 d2
129 </a>
129 </a>
130 </td>
130 </td>
131 <td class="size"></td>
131 <td class="size"></td>
132 <td class="permissions">drwxr-xr-x</td>
132 <td class="permissions">drwxr-xr-x</td>
133 </tr>
133 </tr>
134
134
135 </tbody>
135 </tbody>
136 </table>
136 </table>
137 </div>
137 </div>
138 </div>
138 </div>
139 <script type="text/javascript">process_dates()</script>
139 <script type="text/javascript">process_dates()</script>
140
140
141
141
142 </body>
142 </body>
143 </html>
143 </html>
144
144
145
145
146 manifest with descending (coal)
146 manifest with descending (coal)
147
147
148 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=coal'
148 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=coal'
149 200 Script output follows
149 200 Script output follows
150
150
151 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
151 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
152 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
152 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
153 <head>
153 <head>
154 <link rel="icon" href="/static/hgicon.png" type="image/png" />
154 <link rel="icon" href="/static/hgicon.png" type="image/png" />
155 <meta name="robots" content="index, nofollow" />
155 <meta name="robots" content="index, nofollow" />
156 <link rel="stylesheet" href="/static/style-coal.css" type="text/css" />
156 <link rel="stylesheet" href="/static/style-coal.css" type="text/css" />
157 <script type="text/javascript" src="/static/mercurial.js"></script>
157 <script type="text/javascript" src="/static/mercurial.js"></script>
158
158
159 <title>test: c9f45f7a1659 /</title>
159 <title>test: c9f45f7a1659 /</title>
160 </head>
160 </head>
161 <body>
161 <body>
162
162
163 <div class="container">
163 <div class="container">
164 <div class="menu">
164 <div class="menu">
165 <div class="logo">
165 <div class="logo">
166 <a href="http://mercurial.selenic.com/">
166 <a href="http://mercurial.selenic.com/">
167 <img src="/static/hglogo.png" alt="mercurial" /></a>
167 <img src="/static/hglogo.png" alt="mercurial" /></a>
168 </div>
168 </div>
169 <ul>
169 <ul>
170 <li><a href="/shortlog/c9f45f7a1659?style=coal">log</a></li>
170 <li><a href="/shortlog/c9f45f7a1659?style=coal">log</a></li>
171 <li><a href="/graph/c9f45f7a1659?style=coal">graph</a></li>
171 <li><a href="/graph/c9f45f7a1659?style=coal">graph</a></li>
172 <li><a href="/tags?style=coal">tags</a></li>
172 <li><a href="/tags?style=coal">tags</a></li>
173 <li><a href="/bookmarks?style=coal">bookmarks</a></li>
173 <li><a href="/bookmarks?style=coal">bookmarks</a></li>
174 <li><a href="/branches?style=coal">branches</a></li>
174 <li><a href="/branches?style=coal">branches</a></li>
175 </ul>
175 </ul>
176 <ul>
176 <ul>
177 <li><a href="/rev/c9f45f7a1659?style=coal">changeset</a></li>
177 <li><a href="/rev/c9f45f7a1659?style=coal">changeset</a></li>
178 <li class="active">browse</li>
178 <li class="active">browse</li>
179 </ul>
179 </ul>
180 <ul>
180 <ul>
181
181
182 </ul>
182 </ul>
183 <ul>
183 <ul>
184 <li><a href="/help?style=coal">help</a></li>
184 <li><a href="/help?style=coal">help</a></li>
185 </ul>
185 </ul>
186 </div>
186 </div>
187
187
188 <div class="main">
188 <div class="main">
189 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
189 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
190 <h3>directory / @ 0:c9f45f7a1659 <span class="tag">tip</span> </h3>
190 <h3>directory / @ 0:c9f45f7a1659 <span class="tag">tip</span> </h3>
191
191
192 <form class="search" action="/log">
192 <form class="search" action="/log">
193 <input type="hidden" name="style" value="coal" />
193 <input type="hidden" name="style" value="coal" />
194 <p><input name="rev" id="search1" type="text" size="30" /></p>
194 <p><input name="rev" id="search1" type="text" size="30" /></p>
195 <div id="hint">Find changesets by keywords (author, files, the commit message), revision
195 <div id="hint">Find changesets by keywords (author, files, the commit message), revision
196 number or hash, or <a href="/help/revsets">revset expression</a>.</div>
196 number or hash, or <a href="/help/revsets">revset expression</a>.</div>
197 </form>
197 </form>
198
198
199 <table class="bigtable">
199 <table class="bigtable">
200 <thead>
200 <thead>
201 <tr>
201 <tr>
202 <th class="name">name</th>
202 <th class="name">name</th>
203 <th class="size">size</th>
203 <th class="size">size</th>
204 <th class="permissions">permissions</th>
204 <th class="permissions">permissions</th>
205 </tr>
205 </tr>
206 </thead>
206 </thead>
207 <tbody class="stripes2">
207 <tbody class="stripes2">
208 <tr class="fileline">
208 <tr class="fileline">
209 <td class="name"><a href="/file/c9f45f7a1659/?style=coal">[up]</a></td>
209 <td class="name"><a href="/file/c9f45f7a1659/?style=coal">[up]</a></td>
210 <td class="size"></td>
210 <td class="size"></td>
211 <td class="permissions">drwxr-xr-x</td>
211 <td class="permissions">drwxr-xr-x</td>
212 </tr>
212 </tr>
213
213
214 <tr class="fileline parity1">
214 <tr class="fileline parity1">
215 <td class="name">
215 <td class="name">
216 <a href="/file/c9f45f7a1659/a1?style=coal">
216 <a href="/file/c9f45f7a1659/a1?style=coal">
217 <img src="/static/coal-folder.png" alt="dir."/> a1/
217 <img src="/static/coal-folder.png" alt="dir."/> a1/
218 </a>
218 </a>
219 <a href="/file/c9f45f7a1659/a1/a2/a3/a4?style=coal">
219 <a href="/file/c9f45f7a1659/a1/a2/a3/a4?style=coal">
220 a2/a3/a4
220 a2/a3/a4
221 </a>
221 </a>
222 </td>
222 </td>
223 <td class="size"></td>
223 <td class="size"></td>
224 <td class="permissions">drwxr-xr-x</td>
224 <td class="permissions">drwxr-xr-x</td>
225 </tr>
225 </tr>
226 <tr class="fileline parity0">
226 <tr class="fileline parity0">
227 <td class="name">
227 <td class="name">
228 <a href="/file/c9f45f7a1659/b1?style=coal">
228 <a href="/file/c9f45f7a1659/b1?style=coal">
229 <img src="/static/coal-folder.png" alt="dir."/> b1/
229 <img src="/static/coal-folder.png" alt="dir."/> b1/
230 </a>
230 </a>
231 <a href="/file/c9f45f7a1659/b1/b2/b3?style=coal">
231 <a href="/file/c9f45f7a1659/b1/b2/b3?style=coal">
232 b2/b3
232 b2/b3
233 </a>
233 </a>
234 </td>
234 </td>
235 <td class="size"></td>
235 <td class="size"></td>
236 <td class="permissions">drwxr-xr-x</td>
236 <td class="permissions">drwxr-xr-x</td>
237 </tr>
237 </tr>
238 <tr class="fileline parity1">
238 <tr class="fileline parity1">
239 <td class="name">
239 <td class="name">
240 <a href="/file/c9f45f7a1659/d1?style=coal">
240 <a href="/file/c9f45f7a1659/d1?style=coal">
241 <img src="/static/coal-folder.png" alt="dir."/> d1/
241 <img src="/static/coal-folder.png" alt="dir."/> d1/
242 </a>
242 </a>
243 <a href="/file/c9f45f7a1659/d1/d2?style=coal">
243 <a href="/file/c9f45f7a1659/d1/d2?style=coal">
244 d2
244 d2
245 </a>
245 </a>
246 </td>
246 </td>
247 <td class="size"></td>
247 <td class="size"></td>
248 <td class="permissions">drwxr-xr-x</td>
248 <td class="permissions">drwxr-xr-x</td>
249 </tr>
249 </tr>
250
250
251 </tbody>
251 </tbody>
252 </table>
252 </table>
253 </div>
253 </div>
254 </div>
254 </div>
255 <script type="text/javascript">process_dates()</script>
255 <script type="text/javascript">process_dates()</script>
256
256
257
257
258 </body>
258 </body>
259 </html>
259 </html>
260
260
261
261
262 manifest with descending (monoblue)
262 manifest with descending (monoblue)
263
263
264 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=monoblue'
264 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=monoblue'
265 200 Script output follows
265 200 Script output follows
266
266
267 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
267 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
268 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
268 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
269 <head>
269 <head>
270 <link rel="icon" href="/static/hgicon.png" type="image/png" />
270 <link rel="icon" href="/static/hgicon.png" type="image/png" />
271 <meta name="robots" content="index, nofollow"/>
271 <meta name="robots" content="index, nofollow"/>
272 <link rel="stylesheet" href="/static/style-monoblue.css" type="text/css" />
272 <link rel="stylesheet" href="/static/style-monoblue.css" type="text/css" />
273 <script type="text/javascript" src="/static/mercurial.js"></script>
273 <script type="text/javascript" src="/static/mercurial.js"></script>
274
274
275 <title>test: files</title>
275 <title>test: files</title>
276 <link rel="alternate" type="application/atom+xml" href="/atom-log" title="Atom feed for test"/>
276 <link rel="alternate" type="application/atom+xml" href="/atom-log" title="Atom feed for test"/>
277 <link rel="alternate" type="application/rss+xml" href="/rss-log" title="RSS feed for test"/>
277 <link rel="alternate" type="application/rss+xml" href="/rss-log" title="RSS feed for test"/>
278 </head>
278 </head>
279
279
280 <body>
280 <body>
281 <div id="container">
281 <div id="container">
282 <div class="page-header">
282 <div class="page-header">
283 <h1 class="breadcrumb"><a href="/">Mercurial</a> / files</h1>
283 <h1 class="breadcrumb"><a href="/">Mercurial</a> / files</h1>
284
284
285 <form action="/log">
285 <form action="/log">
286 <input type="hidden" name="style" value="monoblue" />
286 <input type="hidden" name="style" value="monoblue" />
287 <dl class="search">
287 <dl class="search">
288 <dt><label>Search: </label></dt>
288 <dt><label>Search: </label></dt>
289 <dd><input type="text" name="rev" /></dd>
289 <dd><input type="text" name="rev" /></dd>
290 </dl>
290 </dl>
291 </form>
291 </form>
292
292
293 <ul class="page-nav">
293 <ul class="page-nav">
294 <li><a href="/summary?style=monoblue">summary</a></li>
294 <li><a href="/summary?style=monoblue">summary</a></li>
295 <li><a href="/shortlog?style=monoblue">shortlog</a></li>
295 <li><a href="/shortlog?style=monoblue">shortlog</a></li>
296 <li><a href="/changelog?style=monoblue">changelog</a></li>
296 <li><a href="/changelog?style=monoblue">changelog</a></li>
297 <li><a href="/graph/c9f45f7a1659?style=monoblue">graph</a></li>
297 <li><a href="/graph/tip?style=monoblue">graph</a></li>
298 <li><a href="/tags?style=monoblue">tags</a></li>
298 <li><a href="/tags?style=monoblue">tags</a></li>
299 <li><a href="/bookmarks?style=monoblue">bookmarks</a></li>
299 <li><a href="/bookmarks?style=monoblue">bookmarks</a></li>
300 <li><a href="/branches?style=monoblue">branches</a></li>
300 <li><a href="/branches?style=monoblue">branches</a></li>
301 <li class="current">files</li>
301 <li class="current">files</li>
302 <li><a href="/help?style=monoblue">help</a></li>
302 <li><a href="/help?style=monoblue">help</a></li>
303 </ul>
303 </ul>
304 </div>
304 </div>
305
305
306 <ul class="submenu">
306 <ul class="submenu">
307 <li><a href="/rev/c9f45f7a1659?style=monoblue">changeset</a></li>
307 <li><a href="/rev/tip?style=monoblue">changeset</a></li>
308
308
309 </ul>
309 </ul>
310
310
311 <h2 class="no-link no-border">files</h2>
311 <h2 class="no-link no-border">files</h2>
312 <p class="files">/ <span class="logtags"><span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></p>
312 <p class="files">/ <span class="logtags"><span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></p>
313
313
314 <table>
314 <table>
315 <tr class="parity0">
315 <tr class="parity0">
316 <td>drwxr-xr-x</td>
316 <td>drwxr-xr-x</td>
317 <td></td>
317 <td></td>
318 <td></td>
318 <td></td>
319 <td><a href="/file/c9f45f7a1659/?style=monoblue">[up]</a></td>
319 <td><a href="/file/tip/?style=monoblue">[up]</a></td>
320 <td class="link">&nbsp;</td>
320 <td class="link">&nbsp;</td>
321 </tr>
321 </tr>
322
322
323 <tr class="parity1">
323 <tr class="parity1">
324 <td>drwxr-xr-x</td>
324 <td>drwxr-xr-x</td>
325 <td></td>
325 <td></td>
326 <td></td>
326 <td></td>
327 <td>
327 <td>
328 <a href="/file/c9f45f7a1659/a1?style=monoblue">a1</a>
328 <a href="/file/tip/a1?style=monoblue">a1</a>
329 <a href="/file/c9f45f7a1659/a1/a2/a3/a4?style=monoblue">a2/a3/a4</a>
329 <a href="/file/tip/a1/a2/a3/a4?style=monoblue">a2/a3/a4</a>
330 </td>
330 </td>
331 <td><a href="/file/c9f45f7a1659/a1?style=monoblue">files</a></td>
331 <td><a href="/file/tip/a1?style=monoblue">files</a></td>
332 </tr>
332 </tr>
333 <tr class="parity0">
333 <tr class="parity0">
334 <td>drwxr-xr-x</td>
334 <td>drwxr-xr-x</td>
335 <td></td>
335 <td></td>
336 <td></td>
336 <td></td>
337 <td>
337 <td>
338 <a href="/file/c9f45f7a1659/b1?style=monoblue">b1</a>
338 <a href="/file/tip/b1?style=monoblue">b1</a>
339 <a href="/file/c9f45f7a1659/b1/b2/b3?style=monoblue">b2/b3</a>
339 <a href="/file/tip/b1/b2/b3?style=monoblue">b2/b3</a>
340 </td>
340 </td>
341 <td><a href="/file/c9f45f7a1659/b1?style=monoblue">files</a></td>
341 <td><a href="/file/tip/b1?style=monoblue">files</a></td>
342 </tr>
342 </tr>
343 <tr class="parity1">
343 <tr class="parity1">
344 <td>drwxr-xr-x</td>
344 <td>drwxr-xr-x</td>
345 <td></td>
345 <td></td>
346 <td></td>
346 <td></td>
347 <td>
347 <td>
348 <a href="/file/c9f45f7a1659/d1?style=monoblue">d1</a>
348 <a href="/file/tip/d1?style=monoblue">d1</a>
349 <a href="/file/c9f45f7a1659/d1/d2?style=monoblue">d2</a>
349 <a href="/file/tip/d1/d2?style=monoblue">d2</a>
350 </td>
350 </td>
351 <td><a href="/file/c9f45f7a1659/d1?style=monoblue">files</a></td>
351 <td><a href="/file/tip/d1?style=monoblue">files</a></td>
352 </tr>
352 </tr>
353
353
354 </table>
354 </table>
355
355
356 <script type="text/javascript">process_dates()</script>
356 <script type="text/javascript">process_dates()</script>
357 <div class="page-footer">
357 <div class="page-footer">
358 <p>Mercurial Repository: test</p>
358 <p>Mercurial Repository: test</p>
359 <ul class="rss-logo">
359 <ul class="rss-logo">
360 <li><a href="/rss-log">RSS</a></li>
360 <li><a href="/rss-log">RSS</a></li>
361 <li><a href="/atom-log">Atom</a></li>
361 <li><a href="/atom-log">Atom</a></li>
362 </ul>
362 </ul>
363
363
364 </div>
364 </div>
365
365
366 <div id="powered-by">
366 <div id="powered-by">
367 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p>
367 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p>
368 </div>
368 </div>
369
369
370 <div id="corner-top-left"></div>
370 <div id="corner-top-left"></div>
371 <div id="corner-top-right"></div>
371 <div id="corner-top-right"></div>
372 <div id="corner-bottom-left"></div>
372 <div id="corner-bottom-left"></div>
373 <div id="corner-bottom-right"></div>
373 <div id="corner-bottom-right"></div>
374
374
375 </div>
375 </div>
376
376
377 </body>
377 </body>
378 </html>
378 </html>
379
379
380
380
381 manifest with descending (gitweb)
381 manifest with descending (gitweb)
382
382
383 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=gitweb'
383 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=gitweb'
384 200 Script output follows
384 200 Script output follows
385
385
386 <?xml version="1.0" encoding="ascii"?>
386 <?xml version="1.0" encoding="ascii"?>
387 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
387 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
388 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
388 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
389 <head>
389 <head>
390 <link rel="icon" href="/static/hgicon.png" type="image/png" />
390 <link rel="icon" href="/static/hgicon.png" type="image/png" />
391 <meta name="robots" content="index, nofollow"/>
391 <meta name="robots" content="index, nofollow"/>
392 <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" />
392 <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" />
393 <script type="text/javascript" src="/static/mercurial.js"></script>
393 <script type="text/javascript" src="/static/mercurial.js"></script>
394
394
395 <title>test: files</title>
395 <title>test: files</title>
396 <link rel="alternate" type="application/atom+xml"
396 <link rel="alternate" type="application/atom+xml"
397 href="/atom-log" title="Atom feed for test"/>
397 href="/atom-log" title="Atom feed for test"/>
398 <link rel="alternate" type="application/rss+xml"
398 <link rel="alternate" type="application/rss+xml"
399 href="/rss-log" title="RSS feed for test"/>
399 href="/rss-log" title="RSS feed for test"/>
400 </head>
400 </head>
401 <body>
401 <body>
402
402
403 <div class="page_header">
403 <div class="page_header">
404 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
404 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
405 <a href="/">Mercurial</a> / files
405 <a href="/">Mercurial</a> / files
406 </div>
406 </div>
407
407
408 <div class="page_nav">
408 <div class="page_nav">
409 <a href="/summary?style=gitweb">summary</a> |
409 <a href="/summary?style=gitweb">summary</a> |
410 <a href="/shortlog?style=gitweb">shortlog</a> |
410 <a href="/shortlog?style=gitweb">shortlog</a> |
411 <a href="/log?style=gitweb">changelog</a> |
411 <a href="/log?style=gitweb">changelog</a> |
412 <a href="/graph?style=gitweb">graph</a> |
412 <a href="/graph?style=gitweb">graph</a> |
413 <a href="/tags?style=gitweb">tags</a> |
413 <a href="/tags?style=gitweb">tags</a> |
414 <a href="/bookmarks?style=gitweb">bookmarks</a> |
414 <a href="/bookmarks?style=gitweb">bookmarks</a> |
415 <a href="/branches?style=gitweb">branches</a> |
415 <a href="/branches?style=gitweb">branches</a> |
416 files |
416 files |
417 <a href="/rev/c9f45f7a1659?style=gitweb">changeset</a> |
417 <a href="/rev/c9f45f7a1659?style=gitweb">changeset</a> |
418 <a href="/help?style=gitweb">help</a>
418 <a href="/help?style=gitweb">help</a>
419 <br/>
419 <br/>
420 </div>
420 </div>
421
421
422 <div class="title">/ <span class="logtags"><span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></div>
422 <div class="title">/ <span class="logtags"><span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></div>
423 <table cellspacing="0">
423 <table cellspacing="0">
424 <tr class="parity0">
424 <tr class="parity0">
425 <td style="font-family:monospace">drwxr-xr-x</td>
425 <td style="font-family:monospace">drwxr-xr-x</td>
426 <td style="font-family:monospace"></td>
426 <td style="font-family:monospace"></td>
427 <td style="font-family:monospace"></td>
427 <td style="font-family:monospace"></td>
428 <td><a href="/file/c9f45f7a1659/?style=gitweb">[up]</a></td>
428 <td><a href="/file/c9f45f7a1659/?style=gitweb">[up]</a></td>
429 <td class="link">&nbsp;</td>
429 <td class="link">&nbsp;</td>
430 </tr>
430 </tr>
431
431
432 <tr class="parity1">
432 <tr class="parity1">
433 <td style="font-family:monospace">drwxr-xr-x</td>
433 <td style="font-family:monospace">drwxr-xr-x</td>
434 <td style="font-family:monospace"></td>
434 <td style="font-family:monospace"></td>
435 <td style="font-family:monospace"></td>
435 <td style="font-family:monospace"></td>
436 <td>
436 <td>
437 <a href="/file/c9f45f7a1659/a1?style=gitweb">a1</a>
437 <a href="/file/c9f45f7a1659/a1?style=gitweb">a1</a>
438 <a href="/file/c9f45f7a1659/a1/a2/a3/a4?style=gitweb">a2/a3/a4</a>
438 <a href="/file/c9f45f7a1659/a1/a2/a3/a4?style=gitweb">a2/a3/a4</a>
439 </td>
439 </td>
440 <td class="link">
440 <td class="link">
441 <a href="/file/c9f45f7a1659/a1?style=gitweb">files</a>
441 <a href="/file/c9f45f7a1659/a1?style=gitweb">files</a>
442 </td>
442 </td>
443 </tr>
443 </tr>
444 <tr class="parity0">
444 <tr class="parity0">
445 <td style="font-family:monospace">drwxr-xr-x</td>
445 <td style="font-family:monospace">drwxr-xr-x</td>
446 <td style="font-family:monospace"></td>
446 <td style="font-family:monospace"></td>
447 <td style="font-family:monospace"></td>
447 <td style="font-family:monospace"></td>
448 <td>
448 <td>
449 <a href="/file/c9f45f7a1659/b1?style=gitweb">b1</a>
449 <a href="/file/c9f45f7a1659/b1?style=gitweb">b1</a>
450 <a href="/file/c9f45f7a1659/b1/b2/b3?style=gitweb">b2/b3</a>
450 <a href="/file/c9f45f7a1659/b1/b2/b3?style=gitweb">b2/b3</a>
451 </td>
451 </td>
452 <td class="link">
452 <td class="link">
453 <a href="/file/c9f45f7a1659/b1?style=gitweb">files</a>
453 <a href="/file/c9f45f7a1659/b1?style=gitweb">files</a>
454 </td>
454 </td>
455 </tr>
455 </tr>
456 <tr class="parity1">
456 <tr class="parity1">
457 <td style="font-family:monospace">drwxr-xr-x</td>
457 <td style="font-family:monospace">drwxr-xr-x</td>
458 <td style="font-family:monospace"></td>
458 <td style="font-family:monospace"></td>
459 <td style="font-family:monospace"></td>
459 <td style="font-family:monospace"></td>
460 <td>
460 <td>
461 <a href="/file/c9f45f7a1659/d1?style=gitweb">d1</a>
461 <a href="/file/c9f45f7a1659/d1?style=gitweb">d1</a>
462 <a href="/file/c9f45f7a1659/d1/d2?style=gitweb">d2</a>
462 <a href="/file/c9f45f7a1659/d1/d2?style=gitweb">d2</a>
463 </td>
463 </td>
464 <td class="link">
464 <td class="link">
465 <a href="/file/c9f45f7a1659/d1?style=gitweb">files</a>
465 <a href="/file/c9f45f7a1659/d1?style=gitweb">files</a>
466 </td>
466 </td>
467 </tr>
467 </tr>
468
468
469 </table>
469 </table>
470
470
471 <script type="text/javascript">process_dates()</script>
471 <script type="text/javascript">process_dates()</script>
472 <div class="page_footer">
472 <div class="page_footer">
473 <div class="page_footer_text">test</div>
473 <div class="page_footer_text">test</div>
474 <div class="rss_logo">
474 <div class="rss_logo">
475 <a href="/rss-log">RSS</a>
475 <a href="/rss-log">RSS</a>
476 <a href="/atom-log">Atom</a>
476 <a href="/atom-log">Atom</a>
477 </div>
477 </div>
478 <br />
478 <br />
479
479
480 </div>
480 </div>
481 </body>
481 </body>
482 </html>
482 </html>
483
483
484
484
485 manifest with descending (spartan)
485 manifest with descending (spartan)
486
486
487 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=spartan'
487 $ get-with-headers.py 127.0.0.1:$HGPORT 'file?style=spartan'
488 200 Script output follows
488 200 Script output follows
489
489
490 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
490 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
491 <html>
491 <html>
492 <head>
492 <head>
493 <link rel="icon" href="/static/hgicon.png" type="image/png">
493 <link rel="icon" href="/static/hgicon.png" type="image/png">
494 <meta name="robots" content="index, nofollow" />
494 <meta name="robots" content="index, nofollow" />
495 <link rel="stylesheet" href="/static/style.css" type="text/css" />
495 <link rel="stylesheet" href="/static/style.css" type="text/css" />
496 <script type="text/javascript" src="/static/mercurial.js"></script>
496 <script type="text/javascript" src="/static/mercurial.js"></script>
497
497
498 <title>test: files for changeset c9f45f7a1659</title>
498 <title>test: files for changeset c9f45f7a1659</title>
499 </head>
499 </head>
500 <body>
500 <body>
501
501
502 <div class="buttons">
502 <div class="buttons">
503 <a href="/log/tip?style=spartan">changelog</a>
503 <a href="/log/tip?style=spartan">changelog</a>
504 <a href="/shortlog/tip?style=spartan">shortlog</a>
504 <a href="/shortlog/tip?style=spartan">shortlog</a>
505 <a href="/graph?style=spartan">graph</a>
505 <a href="/graph?style=spartan">graph</a>
506 <a href="/tags?style=spartan">tags</a>
506 <a href="/tags?style=spartan">tags</a>
507 <a href="/branches?style=spartan">branches</a>
507 <a href="/branches?style=spartan">branches</a>
508 <a href="/rev/tip?style=spartan">changeset</a>
508 <a href="/rev/tip?style=spartan">changeset</a>
509
509
510 <a href="/help?style=spartan">help</a>
510 <a href="/help?style=spartan">help</a>
511 </div>
511 </div>
512
512
513 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/c9f45f7a1659">c9f45f7a1659</a>: /</h2>
513 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/c9f45f7a1659">c9f45f7a1659</a>: /</h2>
514
514
515 <table cellpadding="0" cellspacing="0">
515 <table cellpadding="0" cellspacing="0">
516 <tr class="parity0">
516 <tr class="parity0">
517 <td><tt>drwxr-xr-x</tt>&nbsp;
517 <td><tt>drwxr-xr-x</tt>&nbsp;
518 <td>&nbsp;
518 <td>&nbsp;
519 <td>&nbsp;
519 <td>&nbsp;
520 <td><a href="/file/tip/?style=spartan">[up]</a>
520 <td><a href="/file/tip/?style=spartan">[up]</a>
521 </tr>
521 </tr>
522
522
523 <tr class="parity1">
523 <tr class="parity1">
524 <td><tt>drwxr-xr-x</tt>&nbsp;
524 <td><tt>drwxr-xr-x</tt>&nbsp;
525 <td>&nbsp;
525 <td>&nbsp;
526 <td>&nbsp;
526 <td>&nbsp;
527 <td>
527 <td>
528 <a href="/file/tip/a1?style=spartan">a1/</a>
528 <a href="/file/tip/a1?style=spartan">a1/</a>
529 <a href="/file/tip/a1/a2/a3/a4?style=spartan">
529 <a href="/file/tip/a1/a2/a3/a4?style=spartan">
530 a2/a3/a4
530 a2/a3/a4
531 </a>
531 </a>
532 <tr class="parity0">
532 <tr class="parity0">
533 <td><tt>drwxr-xr-x</tt>&nbsp;
533 <td><tt>drwxr-xr-x</tt>&nbsp;
534 <td>&nbsp;
534 <td>&nbsp;
535 <td>&nbsp;
535 <td>&nbsp;
536 <td>
536 <td>
537 <a href="/file/tip/b1?style=spartan">b1/</a>
537 <a href="/file/tip/b1?style=spartan">b1/</a>
538 <a href="/file/tip/b1/b2/b3?style=spartan">
538 <a href="/file/tip/b1/b2/b3?style=spartan">
539 b2/b3
539 b2/b3
540 </a>
540 </a>
541 <tr class="parity1">
541 <tr class="parity1">
542 <td><tt>drwxr-xr-x</tt>&nbsp;
542 <td><tt>drwxr-xr-x</tt>&nbsp;
543 <td>&nbsp;
543 <td>&nbsp;
544 <td>&nbsp;
544 <td>&nbsp;
545 <td>
545 <td>
546 <a href="/file/tip/d1?style=spartan">d1/</a>
546 <a href="/file/tip/d1?style=spartan">d1/</a>
547 <a href="/file/tip/d1/d2?style=spartan">
547 <a href="/file/tip/d1/d2?style=spartan">
548 d2
548 d2
549 </a>
549 </a>
550
550
551 </table>
551 </table>
552 <script type="text/javascript">process_dates()</script>
552 <script type="text/javascript">process_dates()</script>
553
553
554 <div class="logo">
554 <div class="logo">
555 <a href="http://mercurial.selenic.com/">
555 <a href="http://mercurial.selenic.com/">
556 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
556 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
557 </div>
557 </div>
558
558
559 </body>
559 </body>
560 </html>
560 </html>
561
561
562
562
563 $ cat errors.log
563 $ cat errors.log
564
564
565 $ cd ..
565 $ cd ..
@@ -1,980 +1,980 b''
1 #require serve
1 #require serve
2
2
3 Test symbolic revision usage in links produced by hgweb pages. There are
3 Test symbolic revision usage in links produced by hgweb pages. There are
4 multiple issues related to this:
4 multiple issues related to this:
5 - issue2296
5 - issue2296
6 - issue2826
6 - issue2826
7 - issue3594
7 - issue3594
8 - issue3634
8 - issue3634
9
9
10 Set up the repo
10 Set up the repo
11
11
12 $ hg init test
12 $ hg init test
13 $ cd test
13 $ cd test
14 $ echo 0 > foo
14 $ echo 0 > foo
15 $ mkdir dir
15 $ mkdir dir
16 $ echo 0 > dir/bar
16 $ echo 0 > dir/bar
17 $ hg ci -Am 'first'
17 $ hg ci -Am 'first'
18 adding dir/bar
18 adding dir/bar
19 adding foo
19 adding foo
20 $ echo 1 >> foo
20 $ echo 1 >> foo
21 $ hg ci -m 'second'
21 $ hg ci -m 'second'
22 $ echo 2 >> foo
22 $ echo 2 >> foo
23 $ hg ci -m 'third'
23 $ hg ci -m 'third'
24 $ hg bookmark -r1 xyzzy
24 $ hg bookmark -r1 xyzzy
25
25
26 $ hg log -G --template '{rev}:{node|short} {tags} {bookmarks}\n'
26 $ hg log -G --template '{rev}:{node|short} {tags} {bookmarks}\n'
27 @ 2:9d8c40cba617 tip
27 @ 2:9d8c40cba617 tip
28 |
28 |
29 o 1:a7c1559b7bba xyzzy
29 o 1:a7c1559b7bba xyzzy
30 |
30 |
31 o 0:43c799df6e75
31 o 0:43c799df6e75
32
32
33 $ hg serve --config web.allow_archive=zip -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
33 $ hg serve --config web.allow_archive=zip -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
34 $ cat hg.pid >> $DAEMON_PIDS
34 $ cat hg.pid >> $DAEMON_PIDS
35
35
36 $ REVLINKS='href=[^>]+(rev=|/)(43c799df6e75|0|a7c1559b7bba|1|xyzzy|9d8c40cba617|2|tip)'
36 $ REVLINKS='href=[^>]+(rev=|/)(43c799df6e75|0|a7c1559b7bba|1|xyzzy|9d8c40cba617|2|tip)'
37
37
38 (De)referencing symbolic revisions (paper)
38 (De)referencing symbolic revisions (paper)
39
39
40 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=paper' | egrep $REVLINKS
40 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=paper' | egrep $REVLINKS
41 <li><a href="/graph/9d8c40cba617?style=paper">graph</a></li>
41 <li><a href="/graph/9d8c40cba617?style=paper">graph</a></li>
42 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
42 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
43 <li><a href="/file/9d8c40cba617?style=paper">browse</a></li>
43 <li><a href="/file/9d8c40cba617?style=paper">browse</a></li>
44 <a href="/archive/tip.zip">zip</a>
44 <a href="/archive/tip.zip">zip</a>
45 <a href="/shortlog/2?revcount=30&style=paper">less</a>
45 <a href="/shortlog/2?revcount=30&style=paper">less</a>
46 <a href="/shortlog/2?revcount=120&style=paper">more</a>
46 <a href="/shortlog/2?revcount=120&style=paper">more</a>
47 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
47 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
48 <a href="/rev/9d8c40cba617?style=paper">third</a>
48 <a href="/rev/9d8c40cba617?style=paper">third</a>
49 <a href="/rev/a7c1559b7bba?style=paper">second</a>
49 <a href="/rev/a7c1559b7bba?style=paper">second</a>
50 <a href="/rev/43c799df6e75?style=paper">first</a>
50 <a href="/rev/43c799df6e75?style=paper">first</a>
51 <a href="/shortlog/2?revcount=30&style=paper">less</a>
51 <a href="/shortlog/2?revcount=30&style=paper">less</a>
52 <a href="/shortlog/2?revcount=120&style=paper">more</a>
52 <a href="/shortlog/2?revcount=120&style=paper">more</a>
53 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
53 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
54
54
55 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=paper' | egrep $REVLINKS
55 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=paper' | egrep $REVLINKS
56 <li><a href="/shortlog/9d8c40cba617?style=paper">log</a></li>
56 <li><a href="/shortlog/9d8c40cba617?style=paper">log</a></li>
57 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
57 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
58 <li><a href="/file/9d8c40cba617?style=paper">browse</a></li>
58 <li><a href="/file/9d8c40cba617?style=paper">browse</a></li>
59 <a href="/graph/2?revcount=30&style=paper">less</a>
59 <a href="/graph/2?revcount=30&style=paper">less</a>
60 <a href="/graph/2?revcount=120&style=paper">more</a>
60 <a href="/graph/2?revcount=120&style=paper">more</a>
61 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
61 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
62 <a href="/graph/2?revcount=30&style=paper">less</a>
62 <a href="/graph/2?revcount=30&style=paper">less</a>
63 <a href="/graph/2?revcount=120&style=paper">more</a>
63 <a href="/graph/2?revcount=120&style=paper">more</a>
64 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
64 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
65
65
66 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=paper' | egrep $REVLINKS
66 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=paper' | egrep $REVLINKS
67 <li><a href="/shortlog/9d8c40cba617?style=paper">log</a></li>
67 <li><a href="/shortlog/9d8c40cba617?style=paper">log</a></li>
68 <li><a href="/graph/9d8c40cba617?style=paper">graph</a></li>
68 <li><a href="/graph/9d8c40cba617?style=paper">graph</a></li>
69 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
69 <li><a href="/rev/9d8c40cba617?style=paper">changeset</a></li>
70 <a href="/archive/9d8c40cba617.zip">zip</a>
70 <a href="/archive/9d8c40cba617.zip">zip</a>
71 <td class="name"><a href="/file/9d8c40cba617/?style=paper">[up]</a></td>
71 <td class="name"><a href="/file/9d8c40cba617/?style=paper">[up]</a></td>
72 <a href="/file/9d8c40cba617/dir?style=paper">
72 <a href="/file/9d8c40cba617/dir?style=paper">
73 <a href="/file/9d8c40cba617/dir/?style=paper">
73 <a href="/file/9d8c40cba617/dir/?style=paper">
74 <a href="/file/9d8c40cba617/foo?style=paper">
74 <a href="/file/9d8c40cba617/foo?style=paper">
75
75
76 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=paper&rev=all()' | egrep $REVLINKS
76 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=paper&rev=all()' | egrep $REVLINKS
77 <a href="/rev/9d8c40cba617?style=paper">third</a>
77 <a href="/rev/9d8c40cba617?style=paper">third</a>
78 <a href="/rev/a7c1559b7bba?style=paper">second</a>
78 <a href="/rev/a7c1559b7bba?style=paper">second</a>
79 <a href="/rev/43c799df6e75?style=paper">first</a>
79 <a href="/rev/43c799df6e75?style=paper">first</a>
80
80
81 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=paper' | egrep $REVLINKS
81 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=paper' | egrep $REVLINKS
82 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
82 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
83 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
83 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
84 <li><a href="/raw-rev/a7c1559b7bba?style=paper">raw</a></li>
84 <li><a href="/raw-rev/a7c1559b7bba?style=paper">raw</a></li>
85 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
85 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
86 <a href="/archive/a7c1559b7bba.zip">zip</a>
86 <a href="/archive/a7c1559b7bba.zip">zip</a>
87 <td class="author"><a href="/rev/43c799df6e75?style=paper">43c799df6e75</a> </td>
87 <td class="author"><a href="/rev/43c799df6e75?style=paper">43c799df6e75</a> </td>
88 <td class="author"> <a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a></td>
88 <td class="author"> <a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a></td>
89 <td class="files"><a href="/file/a7c1559b7bba/foo?style=paper">foo</a> </td>
89 <td class="files"><a href="/file/a7c1559b7bba/foo?style=paper">foo</a> </td>
90
90
91 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=paper' | egrep $REVLINKS
91 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=paper' | egrep $REVLINKS
92 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
92 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
93 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
93 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
94 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
94 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
95 <a href="/archive/tip.zip">zip</a>
95 <a href="/archive/tip.zip">zip</a>
96 <a href="/shortlog/1?revcount=30&style=paper">less</a>
96 <a href="/shortlog/1?revcount=30&style=paper">less</a>
97 <a href="/shortlog/1?revcount=120&style=paper">more</a>
97 <a href="/shortlog/1?revcount=120&style=paper">more</a>
98 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
98 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
99 <a href="/rev/a7c1559b7bba?style=paper">second</a>
99 <a href="/rev/a7c1559b7bba?style=paper">second</a>
100 <a href="/rev/43c799df6e75?style=paper">first</a>
100 <a href="/rev/43c799df6e75?style=paper">first</a>
101 <a href="/shortlog/1?revcount=30&style=paper">less</a>
101 <a href="/shortlog/1?revcount=30&style=paper">less</a>
102 <a href="/shortlog/1?revcount=120&style=paper">more</a>
102 <a href="/shortlog/1?revcount=120&style=paper">more</a>
103 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
103 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
104
104
105 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=paper' | egrep $REVLINKS
105 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=paper' | egrep $REVLINKS
106 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
106 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
107 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
107 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
108 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
108 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
109 <a href="/graph/1?revcount=30&style=paper">less</a>
109 <a href="/graph/1?revcount=30&style=paper">less</a>
110 <a href="/graph/1?revcount=120&style=paper">more</a>
110 <a href="/graph/1?revcount=120&style=paper">more</a>
111 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
111 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
112 <a href="/graph/1?revcount=30&style=paper">less</a>
112 <a href="/graph/1?revcount=30&style=paper">less</a>
113 <a href="/graph/1?revcount=120&style=paper">more</a>
113 <a href="/graph/1?revcount=120&style=paper">more</a>
114 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
114 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
115
115
116 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=paper' | egrep $REVLINKS
116 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=paper' | egrep $REVLINKS
117 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
117 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
118 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
118 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
119 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
119 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
120 <a href="/archive/a7c1559b7bba.zip">zip</a>
120 <a href="/archive/a7c1559b7bba.zip">zip</a>
121 <td class="name"><a href="/file/a7c1559b7bba/?style=paper">[up]</a></td>
121 <td class="name"><a href="/file/a7c1559b7bba/?style=paper">[up]</a></td>
122 <a href="/file/a7c1559b7bba/dir?style=paper">
122 <a href="/file/a7c1559b7bba/dir?style=paper">
123 <a href="/file/a7c1559b7bba/dir/?style=paper">
123 <a href="/file/a7c1559b7bba/dir/?style=paper">
124 <a href="/file/a7c1559b7bba/foo?style=paper">
124 <a href="/file/a7c1559b7bba/foo?style=paper">
125
125
126 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=paper' | egrep $REVLINKS
126 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=paper' | egrep $REVLINKS
127 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
127 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
128 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
128 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
129 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
129 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
130 <li><a href="/file/a7c1559b7bba/?style=paper">browse</a></li>
130 <li><a href="/file/a7c1559b7bba/?style=paper">browse</a></li>
131 <li><a href="/file/tip/foo?style=paper">latest</a></li>
131 <li><a href="/file/tip/foo?style=paper">latest</a></li>
132 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
132 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
133 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
133 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
134 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
134 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
135 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
135 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
136 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
136 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
137 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
137 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
138 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
138 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
139
139
140 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=paper' | egrep $REVLINKS
140 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=paper' | egrep $REVLINKS
141 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
141 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
142 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
142 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
143 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
143 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
144 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
144 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
145 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
145 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
146 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
146 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
147 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
147 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
148 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
148 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
149 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
149 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
150 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
150 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
151 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
151 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
152 <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed">
152 <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed">
153 <a href="/log/a7c1559b7bba/foo?revcount=30&style=paper">less</a>
153 <a href="/log/a7c1559b7bba/foo?revcount=30&style=paper">less</a>
154 <a href="/log/a7c1559b7bba/foo?revcount=120&style=paper">more</a>
154 <a href="/log/a7c1559b7bba/foo?revcount=120&style=paper">more</a>
155 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> </div>
155 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> </div>
156 <a href="/rev/a7c1559b7bba?style=paper">second</a>
156 <a href="/rev/a7c1559b7bba?style=paper">second</a>
157 <a href="/rev/43c799df6e75?style=paper">first</a>
157 <a href="/rev/43c799df6e75?style=paper">first</a>
158 <a href="/log/a7c1559b7bba/foo?revcount=30&style=paper">less</a>
158 <a href="/log/a7c1559b7bba/foo?revcount=30&style=paper">less</a>
159 <a href="/log/a7c1559b7bba/foo?revcount=120&style=paper">more</a>
159 <a href="/log/a7c1559b7bba/foo?revcount=120&style=paper">more</a>
160 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a>
160 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a>
161
161
162 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=paper' | egrep $REVLINKS
162 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=paper' | egrep $REVLINKS
163 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
163 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
164 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
164 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
165 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
165 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
166 <li><a href="/file/a7c1559b7bba/?style=paper">browse</a></li>
166 <li><a href="/file/a7c1559b7bba/?style=paper">browse</a></li>
167 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
167 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
168 <li><a href="/file/tip/foo?style=paper">latest</a></li>
168 <li><a href="/file/tip/foo?style=paper">latest</a></li>
169 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
169 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
170 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
170 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
171 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
171 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
172 <li><a href="/raw-annotate/a7c1559b7bba/foo">raw</a></li>
172 <li><a href="/raw-annotate/a7c1559b7bba/foo">raw</a></li>
173 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
173 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
174 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
174 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
175 <a href="/annotate/43c799df6e75/foo?style=paper#l1"
175 <a href="/annotate/43c799df6e75/foo?style=paper#l1"
176 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2"
176 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2"
177
177
178 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=paper' | egrep $REVLINKS
178 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=paper' | egrep $REVLINKS
179 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
179 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
180 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
180 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
181 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
181 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
182 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
182 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
183 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
183 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
184 <li><a href="/file/tip/foo?style=paper">latest</a></li>
184 <li><a href="/file/tip/foo?style=paper">latest</a></li>
185 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
185 <li><a href="/comparison/a7c1559b7bba/foo?style=paper">comparison</a></li>
186 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
186 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
187 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
187 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
188 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
188 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
189 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
189 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
190 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
190 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
191
191
192 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=paper' | egrep $REVLINKS
192 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=paper' | egrep $REVLINKS
193 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
193 <li><a href="/shortlog/a7c1559b7bba?style=paper">log</a></li>
194 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
194 <li><a href="/graph/a7c1559b7bba?style=paper">graph</a></li>
195 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
195 <li><a href="/rev/a7c1559b7bba?style=paper">changeset</a></li>
196 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
196 <li><a href="/file/a7c1559b7bba?style=paper">browse</a></li>
197 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
197 <li><a href="/file/a7c1559b7bba/foo?style=paper">file</a></li>
198 <li><a href="/file/tip/foo?style=paper">latest</a></li>
198 <li><a href="/file/tip/foo?style=paper">latest</a></li>
199 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
199 <li><a href="/diff/a7c1559b7bba/foo?style=paper">diff</a></li>
200 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
200 <li><a href="/annotate/a7c1559b7bba/foo?style=paper">annotate</a></li>
201 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
201 <li><a href="/log/a7c1559b7bba/foo?style=paper">file log</a></li>
202 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
202 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
203 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
203 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
204 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
204 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
205
205
206 (De)referencing symbolic revisions (coal)
206 (De)referencing symbolic revisions (coal)
207
207
208 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=coal' | egrep $REVLINKS
208 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=coal' | egrep $REVLINKS
209 <li><a href="/graph/9d8c40cba617?style=coal">graph</a></li>
209 <li><a href="/graph/9d8c40cba617?style=coal">graph</a></li>
210 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
210 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
211 <li><a href="/file/9d8c40cba617?style=coal">browse</a></li>
211 <li><a href="/file/9d8c40cba617?style=coal">browse</a></li>
212 <a href="/archive/tip.zip">zip</a>
212 <a href="/archive/tip.zip">zip</a>
213 <a href="/shortlog/2?revcount=30&style=coal">less</a>
213 <a href="/shortlog/2?revcount=30&style=coal">less</a>
214 <a href="/shortlog/2?revcount=120&style=coal">more</a>
214 <a href="/shortlog/2?revcount=120&style=coal">more</a>
215 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
215 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
216 <a href="/rev/9d8c40cba617?style=coal">third</a>
216 <a href="/rev/9d8c40cba617?style=coal">third</a>
217 <a href="/rev/a7c1559b7bba?style=coal">second</a>
217 <a href="/rev/a7c1559b7bba?style=coal">second</a>
218 <a href="/rev/43c799df6e75?style=coal">first</a>
218 <a href="/rev/43c799df6e75?style=coal">first</a>
219 <a href="/shortlog/2?revcount=30&style=coal">less</a>
219 <a href="/shortlog/2?revcount=30&style=coal">less</a>
220 <a href="/shortlog/2?revcount=120&style=coal">more</a>
220 <a href="/shortlog/2?revcount=120&style=coal">more</a>
221 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
221 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
222
222
223 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=coal' | egrep $REVLINKS
223 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=coal' | egrep $REVLINKS
224 <li><a href="/shortlog/9d8c40cba617?style=coal">log</a></li>
224 <li><a href="/shortlog/9d8c40cba617?style=coal">log</a></li>
225 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
225 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
226 <li><a href="/file/9d8c40cba617?style=coal">browse</a></li>
226 <li><a href="/file/9d8c40cba617?style=coal">browse</a></li>
227 <a href="/graph/2?revcount=30&style=coal">less</a>
227 <a href="/graph/2?revcount=30&style=coal">less</a>
228 <a href="/graph/2?revcount=120&style=coal">more</a>
228 <a href="/graph/2?revcount=120&style=coal">more</a>
229 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
229 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
230 <a href="/graph/2?revcount=30&style=coal">less</a>
230 <a href="/graph/2?revcount=30&style=coal">less</a>
231 <a href="/graph/2?revcount=120&style=coal">more</a>
231 <a href="/graph/2?revcount=120&style=coal">more</a>
232 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
232 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
233
233
234 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=coal' | egrep $REVLINKS
234 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=coal' | egrep $REVLINKS
235 <li><a href="/shortlog/9d8c40cba617?style=coal">log</a></li>
235 <li><a href="/shortlog/9d8c40cba617?style=coal">log</a></li>
236 <li><a href="/graph/9d8c40cba617?style=coal">graph</a></li>
236 <li><a href="/graph/9d8c40cba617?style=coal">graph</a></li>
237 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
237 <li><a href="/rev/9d8c40cba617?style=coal">changeset</a></li>
238 <a href="/archive/9d8c40cba617.zip">zip</a>
238 <a href="/archive/9d8c40cba617.zip">zip</a>
239 <td class="name"><a href="/file/9d8c40cba617/?style=coal">[up]</a></td>
239 <td class="name"><a href="/file/9d8c40cba617/?style=coal">[up]</a></td>
240 <a href="/file/9d8c40cba617/dir?style=coal">
240 <a href="/file/9d8c40cba617/dir?style=coal">
241 <a href="/file/9d8c40cba617/dir/?style=coal">
241 <a href="/file/9d8c40cba617/dir/?style=coal">
242 <a href="/file/9d8c40cba617/foo?style=coal">
242 <a href="/file/9d8c40cba617/foo?style=coal">
243
243
244 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=coal&rev=all()' | egrep $REVLINKS
244 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=coal&rev=all()' | egrep $REVLINKS
245 <a href="/rev/9d8c40cba617?style=coal">third</a>
245 <a href="/rev/9d8c40cba617?style=coal">third</a>
246 <a href="/rev/a7c1559b7bba?style=coal">second</a>
246 <a href="/rev/a7c1559b7bba?style=coal">second</a>
247 <a href="/rev/43c799df6e75?style=coal">first</a>
247 <a href="/rev/43c799df6e75?style=coal">first</a>
248
248
249 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=coal' | egrep $REVLINKS
249 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=coal' | egrep $REVLINKS
250 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
250 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
251 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
251 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
252 <li><a href="/raw-rev/a7c1559b7bba?style=coal">raw</a></li>
252 <li><a href="/raw-rev/a7c1559b7bba?style=coal">raw</a></li>
253 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
253 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
254 <a href="/archive/a7c1559b7bba.zip">zip</a>
254 <a href="/archive/a7c1559b7bba.zip">zip</a>
255 <td class="author"><a href="/rev/43c799df6e75?style=coal">43c799df6e75</a> </td>
255 <td class="author"><a href="/rev/43c799df6e75?style=coal">43c799df6e75</a> </td>
256 <td class="author"> <a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a></td>
256 <td class="author"> <a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a></td>
257 <td class="files"><a href="/file/a7c1559b7bba/foo?style=coal">foo</a> </td>
257 <td class="files"><a href="/file/a7c1559b7bba/foo?style=coal">foo</a> </td>
258
258
259 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=coal' | egrep $REVLINKS
259 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=coal' | egrep $REVLINKS
260 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
260 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
261 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
261 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
262 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
262 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
263 <a href="/archive/tip.zip">zip</a>
263 <a href="/archive/tip.zip">zip</a>
264 <a href="/shortlog/1?revcount=30&style=coal">less</a>
264 <a href="/shortlog/1?revcount=30&style=coal">less</a>
265 <a href="/shortlog/1?revcount=120&style=coal">more</a>
265 <a href="/shortlog/1?revcount=120&style=coal">more</a>
266 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
266 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
267 <a href="/rev/a7c1559b7bba?style=coal">second</a>
267 <a href="/rev/a7c1559b7bba?style=coal">second</a>
268 <a href="/rev/43c799df6e75?style=coal">first</a>
268 <a href="/rev/43c799df6e75?style=coal">first</a>
269 <a href="/shortlog/1?revcount=30&style=coal">less</a>
269 <a href="/shortlog/1?revcount=30&style=coal">less</a>
270 <a href="/shortlog/1?revcount=120&style=coal">more</a>
270 <a href="/shortlog/1?revcount=120&style=coal">more</a>
271 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
271 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
272
272
273 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=coal' | egrep $REVLINKS
273 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=coal' | egrep $REVLINKS
274 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
274 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
275 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
275 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
276 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
276 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
277 <a href="/graph/1?revcount=30&style=coal">less</a>
277 <a href="/graph/1?revcount=30&style=coal">less</a>
278 <a href="/graph/1?revcount=120&style=coal">more</a>
278 <a href="/graph/1?revcount=120&style=coal">more</a>
279 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
279 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
280 <a href="/graph/1?revcount=30&style=coal">less</a>
280 <a href="/graph/1?revcount=30&style=coal">less</a>
281 <a href="/graph/1?revcount=120&style=coal">more</a>
281 <a href="/graph/1?revcount=120&style=coal">more</a>
282 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
282 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
283
283
284 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=coal' | egrep $REVLINKS
284 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=coal' | egrep $REVLINKS
285 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
285 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
286 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
286 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
287 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
287 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
288 <a href="/archive/a7c1559b7bba.zip">zip</a>
288 <a href="/archive/a7c1559b7bba.zip">zip</a>
289 <td class="name"><a href="/file/a7c1559b7bba/?style=coal">[up]</a></td>
289 <td class="name"><a href="/file/a7c1559b7bba/?style=coal">[up]</a></td>
290 <a href="/file/a7c1559b7bba/dir?style=coal">
290 <a href="/file/a7c1559b7bba/dir?style=coal">
291 <a href="/file/a7c1559b7bba/dir/?style=coal">
291 <a href="/file/a7c1559b7bba/dir/?style=coal">
292 <a href="/file/a7c1559b7bba/foo?style=coal">
292 <a href="/file/a7c1559b7bba/foo?style=coal">
293
293
294 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=coal' | egrep $REVLINKS
294 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=coal' | egrep $REVLINKS
295 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
295 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
296 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
296 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
297 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
297 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
298 <li><a href="/file/a7c1559b7bba/?style=coal">browse</a></li>
298 <li><a href="/file/a7c1559b7bba/?style=coal">browse</a></li>
299 <li><a href="/file/tip/foo?style=coal">latest</a></li>
299 <li><a href="/file/tip/foo?style=coal">latest</a></li>
300 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
300 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
301 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
301 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
302 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
302 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
303 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
303 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
304 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
304 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
305 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
305 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
306 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
306 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
307
307
308 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=coal' | egrep $REVLINKS
308 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=coal' | egrep $REVLINKS
309 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
309 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
310 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
310 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
311 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
311 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
312 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
312 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
313 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
313 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
314 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
314 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
315 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
315 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
316 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
316 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
317 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
317 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
318 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
318 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
319 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
319 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
320 <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed">
320 <a href="/atom-log/a7c1559b7bba/foo" title="subscribe to atom feed">
321 <a href="/log/a7c1559b7bba/foo?revcount=30&style=coal">less</a>
321 <a href="/log/a7c1559b7bba/foo?revcount=30&style=coal">less</a>
322 <a href="/log/a7c1559b7bba/foo?revcount=120&style=coal">more</a>
322 <a href="/log/a7c1559b7bba/foo?revcount=120&style=coal">more</a>
323 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> </div>
323 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> </div>
324 <a href="/rev/a7c1559b7bba?style=coal">second</a>
324 <a href="/rev/a7c1559b7bba?style=coal">second</a>
325 <a href="/rev/43c799df6e75?style=coal">first</a>
325 <a href="/rev/43c799df6e75?style=coal">first</a>
326 <a href="/log/a7c1559b7bba/foo?revcount=30&style=coal">less</a>
326 <a href="/log/a7c1559b7bba/foo?revcount=30&style=coal">less</a>
327 <a href="/log/a7c1559b7bba/foo?revcount=120&style=coal">more</a>
327 <a href="/log/a7c1559b7bba/foo?revcount=120&style=coal">more</a>
328 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a>
328 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a>
329
329
330 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=coal' | egrep $REVLINKS
330 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=coal' | egrep $REVLINKS
331 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
331 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
332 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
332 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
333 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
333 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
334 <li><a href="/file/a7c1559b7bba/?style=coal">browse</a></li>
334 <li><a href="/file/a7c1559b7bba/?style=coal">browse</a></li>
335 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
335 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
336 <li><a href="/file/tip/foo?style=coal">latest</a></li>
336 <li><a href="/file/tip/foo?style=coal">latest</a></li>
337 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
337 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
338 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
338 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
339 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
339 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
340 <li><a href="/raw-annotate/a7c1559b7bba/foo">raw</a></li>
340 <li><a href="/raw-annotate/a7c1559b7bba/foo">raw</a></li>
341 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
341 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
342 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
342 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
343 <a href="/annotate/43c799df6e75/foo?style=coal#1"
343 <a href="/annotate/43c799df6e75/foo?style=coal#1"
344 <a href="/annotate/a7c1559b7bba/foo?style=coal#2"
344 <a href="/annotate/a7c1559b7bba/foo?style=coal#2"
345
345
346 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=coal' | egrep $REVLINKS
346 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=coal' | egrep $REVLINKS
347 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
347 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
348 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
348 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
349 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
349 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
350 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
350 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
351 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
351 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
352 <li><a href="/file/tip/foo?style=coal">latest</a></li>
352 <li><a href="/file/tip/foo?style=coal">latest</a></li>
353 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
353 <li><a href="/comparison/a7c1559b7bba/foo?style=coal">comparison</a></li>
354 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
354 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
355 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
355 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
356 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
356 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
357 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
357 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
358 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
358 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
359
359
360 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=coal' | egrep $REVLINKS
360 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=coal' | egrep $REVLINKS
361 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
361 <li><a href="/shortlog/a7c1559b7bba?style=coal">log</a></li>
362 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
362 <li><a href="/graph/a7c1559b7bba?style=coal">graph</a></li>
363 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
363 <li><a href="/rev/a7c1559b7bba?style=coal">changeset</a></li>
364 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
364 <li><a href="/file/a7c1559b7bba?style=coal">browse</a></li>
365 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
365 <li><a href="/file/a7c1559b7bba/foo?style=coal">file</a></li>
366 <li><a href="/file/tip/foo?style=coal">latest</a></li>
366 <li><a href="/file/tip/foo?style=coal">latest</a></li>
367 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
367 <li><a href="/diff/a7c1559b7bba/foo?style=coal">diff</a></li>
368 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
368 <li><a href="/annotate/a7c1559b7bba/foo?style=coal">annotate</a></li>
369 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
369 <li><a href="/log/a7c1559b7bba/foo?style=coal">file log</a></li>
370 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
370 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
371 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
371 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
372 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
372 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
373
373
374 (De)referencing symbolic revisions (gitweb)
374 (De)referencing symbolic revisions (gitweb)
375
375
376 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'summary?style=gitweb' | egrep $REVLINKS
376 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'summary?style=gitweb' | egrep $REVLINKS
377 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
377 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
378 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
378 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
379 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
379 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
380 <a href="/file/9d8c40cba617?style=gitweb">files</a>
380 <a href="/file/9d8c40cba617?style=gitweb">files</a>
381 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
381 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
382 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
382 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
383 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
383 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
384 <a class="list" href="/rev/43c799df6e75?style=gitweb">
384 <a class="list" href="/rev/43c799df6e75?style=gitweb">
385 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
385 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
386 <a href="/file/43c799df6e75?style=gitweb">files</a>
386 <a href="/file/43c799df6e75?style=gitweb">files</a>
387 <td><a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>xyzzy</b></a></td>
387 <td><a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>xyzzy</b></a></td>
388 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
388 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
389 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
389 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
390 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
390 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
391 <td><a class="list" href="/shortlog/9d8c40cba617?style=gitweb"><b>9d8c40cba617</b></a></td>
391 <td><a class="list" href="/shortlog/9d8c40cba617?style=gitweb"><b>9d8c40cba617</b></a></td>
392 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
392 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
393 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
393 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
394 <a href="/file/9d8c40cba617?style=gitweb">files</a>
394 <a href="/file/9d8c40cba617?style=gitweb">files</a>
395
395
396 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=gitweb' | egrep $REVLINKS
396 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=gitweb' | egrep $REVLINKS
397 <a href="/log/2?style=gitweb">changelog</a> |
397 <a href="/log/2?style=gitweb">changelog</a> |
398 <a href="/file/9d8c40cba617?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
398 <a href="/file/9d8c40cba617?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
399 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
399 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
400 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
400 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
401 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
401 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
402 <a href="/file/9d8c40cba617?style=gitweb">files</a>
402 <a href="/file/9d8c40cba617?style=gitweb">files</a>
403 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
403 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
404 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
404 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
405 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
405 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
406 <a class="list" href="/rev/43c799df6e75?style=gitweb">
406 <a class="list" href="/rev/43c799df6e75?style=gitweb">
407 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
407 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
408 <a href="/file/43c799df6e75?style=gitweb">files</a>
408 <a href="/file/43c799df6e75?style=gitweb">files</a>
409 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
409 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
410
410
411 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=gitweb' | egrep $REVLINKS
411 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=gitweb' | egrep $REVLINKS
412 <a href="/shortlog/2?style=gitweb">shortlog</a> |
412 <a href="/shortlog/2?style=gitweb">shortlog</a> |
413 <a href="/file/9d8c40cba617?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
413 <a href="/file/9d8c40cba617?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
414 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
414 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
415 <a class="title" href="/rev/9d8c40cba617?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a>
415 <a class="title" href="/rev/9d8c40cba617?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a>
416 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
416 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
417 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
417 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
418 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
418 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
419 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
419 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
420 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
420 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
421 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
421 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
422
422
423 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=gitweb' | egrep $REVLINKS
423 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=gitweb' | egrep $REVLINKS
424 <a href="/log/2?style=gitweb">changelog</a> |
424 <a href="/log/2?style=gitweb">changelog</a> |
425 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
425 <a href="/file/9d8c40cba617?style=gitweb">files</a> |
426 <a href="/graph/2?revcount=30&style=gitweb">less</a>
426 <a href="/graph/2?revcount=30&style=gitweb">less</a>
427 <a href="/graph/2?revcount=120&style=gitweb">more</a>
427 <a href="/graph/2?revcount=120&style=gitweb">more</a>
428 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> <br/>
428 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> <br/>
429 <a href="/graph/2?revcount=30&style=gitweb">less</a>
429 <a href="/graph/2?revcount=30&style=gitweb">less</a>
430 <a href="/graph/2?revcount=120&style=gitweb">more</a>
430 <a href="/graph/2?revcount=120&style=gitweb">more</a>
431 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
431 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
432
432
433 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=gitweb' | egrep $REVLINKS
433 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=gitweb' | egrep $REVLINKS
434 <td><a class="list" href="/rev/9d8c40cba617?style=gitweb"><b>tip</b></a></td>
434 <td><a class="list" href="/rev/9d8c40cba617?style=gitweb"><b>tip</b></a></td>
435 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
435 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
436 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
436 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
437 <a href="/file/9d8c40cba617?style=gitweb">files</a>
437 <a href="/file/9d8c40cba617?style=gitweb">files</a>
438
438
439 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'bookmarks?style=gitweb' | egrep $REVLINKS
439 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'bookmarks?style=gitweb' | egrep $REVLINKS
440 <td><a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>xyzzy</b></a></td>
440 <td><a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>xyzzy</b></a></td>
441 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
441 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
442 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
442 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
443 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
443 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
444
444
445 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=gitweb' | egrep $REVLINKS
445 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=gitweb' | egrep $REVLINKS
446 <td><a class="list" href="/shortlog/9d8c40cba617?style=gitweb"><b>9d8c40cba617</b></a></td>
446 <td><a class="list" href="/shortlog/9d8c40cba617?style=gitweb"><b>9d8c40cba617</b></a></td>
447 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
447 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
448 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
448 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
449 <a href="/file/9d8c40cba617?style=gitweb">files</a>
449 <a href="/file/9d8c40cba617?style=gitweb">files</a>
450
450
451 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=gitweb' | egrep $REVLINKS
451 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=gitweb' | egrep $REVLINKS
452 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | <a href="/archive/9d8c40cba617.zip">zip</a> |
452 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> | <a href="/archive/9d8c40cba617.zip">zip</a> |
453 <td><a href="/file/9d8c40cba617/?style=gitweb">[up]</a></td>
453 <td><a href="/file/9d8c40cba617/?style=gitweb">[up]</a></td>
454 <a href="/file/9d8c40cba617/dir?style=gitweb">dir</a>
454 <a href="/file/9d8c40cba617/dir?style=gitweb">dir</a>
455 <a href="/file/9d8c40cba617/dir/?style=gitweb"></a>
455 <a href="/file/9d8c40cba617/dir/?style=gitweb"></a>
456 <a href="/file/9d8c40cba617/dir?style=gitweb">files</a>
456 <a href="/file/9d8c40cba617/dir?style=gitweb">files</a>
457 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">foo</a>
457 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">foo</a>
458 <a href="/file/9d8c40cba617/foo?style=gitweb">file</a> |
458 <a href="/file/9d8c40cba617/foo?style=gitweb">file</a> |
459 <a href="/log/9d8c40cba617/foo?style=gitweb">revisions</a> |
459 <a href="/log/9d8c40cba617/foo?style=gitweb">revisions</a> |
460 <a href="/annotate/9d8c40cba617/foo?style=gitweb">annotate</a>
460 <a href="/annotate/9d8c40cba617/foo?style=gitweb">annotate</a>
461
461
462 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=gitweb&rev=all()' | egrep $REVLINKS
462 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=gitweb&rev=all()' | egrep $REVLINKS
463 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a>
463 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a>
464 <a class="title" href="/rev/9d8c40cba617?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a>
464 <a class="title" href="/rev/9d8c40cba617?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a>
465 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
465 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
466 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
466 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
467 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
467 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
468 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
468 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
469 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
469 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
470
470
471 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=gitweb' | egrep $REVLINKS
471 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=gitweb' | egrep $REVLINKS
472 <a href="/shortlog/1?style=gitweb">shortlog</a> |
472 <a href="/shortlog/1?style=gitweb">shortlog</a> |
473 <a href="/log/1?style=gitweb">changelog</a> |
473 <a href="/log/1?style=gitweb">changelog</a> |
474 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
474 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
475 <a href="/raw-rev/a7c1559b7bba">raw</a> | <a href="/archive/a7c1559b7bba.zip">zip</a> |
475 <a href="/raw-rev/a7c1559b7bba">raw</a> | <a href="/archive/a7c1559b7bba.zip">zip</a> |
476 <a class="title" href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
476 <a class="title" href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
477 <a class="list" href="/rev/43c799df6e75?style=gitweb">43c799df6e75</a>
477 <a class="list" href="/rev/43c799df6e75?style=gitweb">43c799df6e75</a>
478 <a class="list" href="/rev/9d8c40cba617?style=gitweb">9d8c40cba617</a>
478 <a class="list" href="/rev/9d8c40cba617?style=gitweb">9d8c40cba617</a>
479 <td><a class="list" href="/diff/a7c1559b7bba/foo?style=gitweb">foo</a></td>
479 <td><a class="list" href="/diff/a7c1559b7bba/foo?style=gitweb">foo</a></td>
480 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
480 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
481 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
481 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
482 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
482 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
483 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
483 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
484 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a>
484 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a>
485
485
486 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=gitweb' | egrep $REVLINKS
486 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=gitweb' | egrep $REVLINKS
487 <a href="/log/1?style=gitweb">changelog</a> |
487 <a href="/log/1?style=gitweb">changelog</a> |
488 <a href="/file/a7c1559b7bba?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
488 <a href="/file/a7c1559b7bba?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
489 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
489 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
490 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
490 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
491 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
491 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
492 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
492 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
493 <a class="list" href="/rev/43c799df6e75?style=gitweb">
493 <a class="list" href="/rev/43c799df6e75?style=gitweb">
494 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
494 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
495 <a href="/file/43c799df6e75?style=gitweb">files</a>
495 <a href="/file/43c799df6e75?style=gitweb">files</a>
496 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
496 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
497
497
498 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=gitweb' | egrep $REVLINKS
498 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=gitweb' | egrep $REVLINKS
499 <a href="/shortlog/1?style=gitweb">shortlog</a> |
499 <a href="/shortlog/1?style=gitweb">shortlog</a> |
500 <a href="/file/a7c1559b7bba?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
500 <a href="/file/a7c1559b7bba?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
501 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
501 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
502 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
502 <a class="title" href="/rev/a7c1559b7bba?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a>
503 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
503 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
504 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
504 <a class="title" href="/rev/43c799df6e75?style=gitweb"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>first<span class="logtags"> </span></a>
505 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
505 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
506 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
506 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
507
507
508 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=gitweb' | egrep $REVLINKS
508 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=gitweb' | egrep $REVLINKS
509 <a href="/log/1?style=gitweb">changelog</a> |
509 <a href="/log/1?style=gitweb">changelog</a> |
510 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
510 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
511 <a href="/graph/1?revcount=30&style=gitweb">less</a>
511 <a href="/graph/1?revcount=30&style=gitweb">less</a>
512 <a href="/graph/1?revcount=120&style=gitweb">more</a>
512 <a href="/graph/1?revcount=120&style=gitweb">more</a>
513 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> <br/>
513 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a> <br/>
514 <a href="/graph/1?revcount=30&style=gitweb">less</a>
514 <a href="/graph/1?revcount=30&style=gitweb">less</a>
515 <a href="/graph/1?revcount=120&style=gitweb">more</a>
515 <a href="/graph/1?revcount=120&style=gitweb">more</a>
516 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
516 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
517
517
518 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=gitweb' | egrep $REVLINKS
518 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=gitweb' | egrep $REVLINKS
519 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> | <a href="/archive/a7c1559b7bba.zip">zip</a> |
519 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> | <a href="/archive/a7c1559b7bba.zip">zip</a> |
520 <td><a href="/file/a7c1559b7bba/?style=gitweb">[up]</a></td>
520 <td><a href="/file/a7c1559b7bba/?style=gitweb">[up]</a></td>
521 <a href="/file/a7c1559b7bba/dir?style=gitweb">dir</a>
521 <a href="/file/a7c1559b7bba/dir?style=gitweb">dir</a>
522 <a href="/file/a7c1559b7bba/dir/?style=gitweb"></a>
522 <a href="/file/a7c1559b7bba/dir/?style=gitweb"></a>
523 <a href="/file/a7c1559b7bba/dir?style=gitweb">files</a>
523 <a href="/file/a7c1559b7bba/dir?style=gitweb">files</a>
524 <a class="list" href="/file/a7c1559b7bba/foo?style=gitweb">foo</a>
524 <a class="list" href="/file/a7c1559b7bba/foo?style=gitweb">foo</a>
525 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
525 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
526 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
526 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
527 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a>
527 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a>
528
528
529 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=gitweb' | egrep $REVLINKS
529 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=gitweb' | egrep $REVLINKS
530 <a href="/file/a7c1559b7bba/?style=gitweb">files</a> |
530 <a href="/file/a7c1559b7bba/?style=gitweb">files</a> |
531 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
531 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
532 <a href="/file/tip/foo?style=gitweb">latest</a> |
532 <a href="/file/tip/foo?style=gitweb">latest</a> |
533 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
533 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
534 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
534 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
535 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
535 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
536 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
536 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
537 <a href="/raw-file/a7c1559b7bba/foo">raw</a> |
537 <a href="/raw-file/a7c1559b7bba/foo">raw</a> |
538 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
538 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
539 <a class="list" href="/file/43c799df6e75/foo?style=gitweb">
539 <a class="list" href="/file/43c799df6e75/foo?style=gitweb">
540 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
540 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
541
541
542 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=gitweb' | egrep $REVLINKS
542 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=gitweb' | egrep $REVLINKS
543 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
543 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
544 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
544 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
545 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
545 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
546 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
546 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
547 <a href="/rss-log/tip/foo">rss</a> |
547 <a href="/rss-log/tip/foo">rss</a> |
548 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
548 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
549 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
549 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
550 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
550 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
551 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
551 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
552 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a>
552 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a>
553 <a class="list" href="/rev/43c799df6e75?style=gitweb">
553 <a class="list" href="/rev/43c799df6e75?style=gitweb">
554 <a href="/file/43c799df6e75/foo?style=gitweb">file</a> |
554 <a href="/file/43c799df6e75/foo?style=gitweb">file</a> |
555 <a href="/diff/43c799df6e75/foo?style=gitweb">diff</a> |
555 <a href="/diff/43c799df6e75/foo?style=gitweb">diff</a> |
556 <a href="/annotate/43c799df6e75/foo?style=gitweb">annotate</a>
556 <a href="/annotate/43c799df6e75/foo?style=gitweb">annotate</a>
557 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
557 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
558
558
559 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=gitweb' | egrep $REVLINKS
559 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=gitweb' | egrep $REVLINKS
560 <a href="/file/a7c1559b7bba/?style=gitweb">files</a> |
560 <a href="/file/a7c1559b7bba/?style=gitweb">files</a> |
561 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
561 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
562 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
562 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
563 <a href="/file/tip/foo?style=gitweb">latest</a> |
563 <a href="/file/tip/foo?style=gitweb">latest</a> |
564 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
564 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
565 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
565 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
566 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
566 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
567 <a href="/raw-annotate/a7c1559b7bba/foo">raw</a> |
567 <a href="/raw-annotate/a7c1559b7bba/foo">raw</a> |
568 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
568 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
569 <a class="list" href="/annotate/43c799df6e75/foo?style=gitweb">
569 <a class="list" href="/annotate/43c799df6e75/foo?style=gitweb">
570 <a class="list" href="/annotate/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
570 <a class="list" href="/annotate/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
571 <a href="/annotate/43c799df6e75/foo?style=gitweb#l1"
571 <a href="/annotate/43c799df6e75/foo?style=gitweb#l1"
572 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2"
572 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2"
573
573
574 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=gitweb' | egrep $REVLINKS
574 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=gitweb' | egrep $REVLINKS
575 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
575 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
576 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
576 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
577 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
577 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
578 <a href="/file/tip/foo?style=gitweb">latest</a> |
578 <a href="/file/tip/foo?style=gitweb">latest</a> |
579 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
579 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
580 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
580 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
581 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
581 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
582 <a href="/raw-diff/a7c1559b7bba/foo">raw</a> |
582 <a href="/raw-diff/a7c1559b7bba/foo">raw</a> |
583 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
583 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
584 <a class="list" href="/diff/43c799df6e75/foo?style=gitweb">
584 <a class="list" href="/diff/43c799df6e75/foo?style=gitweb">
585 <a class="list" href="/diff/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
585 <a class="list" href="/diff/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
586
586
587 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=gitweb' | egrep $REVLINKS
587 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=gitweb' | egrep $REVLINKS
588 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
588 <a href="/file/a7c1559b7bba?style=gitweb">files</a> |
589 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
589 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
590 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
590 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
591 <a href="/file/tip/foo?style=gitweb">latest</a> |
591 <a href="/file/tip/foo?style=gitweb">latest</a> |
592 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
592 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a> |
593 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
593 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
594 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
594 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
595 <a href="/raw-diff/a7c1559b7bba/foo">raw</a> |
595 <a href="/raw-diff/a7c1559b7bba/foo">raw</a> |
596 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
596 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
597 <a class="list" href="/comparison/43c799df6e75/foo?style=gitweb">
597 <a class="list" href="/comparison/43c799df6e75/foo?style=gitweb">
598 <a class="list" href="/comparison/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
598 <a class="list" href="/comparison/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
599
599
600 (De)referencing symbolic revisions (monoblue)
600 (De)referencing symbolic revisions (monoblue)
601
601
602 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'summary?style=monoblue' | egrep $REVLINKS
602 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'summary?style=monoblue' | egrep $REVLINKS
603 <a href="/rev/9d8c40cba617?style=monoblue">
603 <a href="/rev/9d8c40cba617?style=monoblue">
604 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
604 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
605 <a href="/file/9d8c40cba617?style=monoblue">files</a>
605 <a href="/file/9d8c40cba617?style=monoblue">files</a>
606 <a href="/rev/a7c1559b7bba?style=monoblue">
606 <a href="/rev/a7c1559b7bba?style=monoblue">
607 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
607 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
608 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
608 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
609 <a href="/rev/43c799df6e75?style=monoblue">
609 <a href="/rev/43c799df6e75?style=monoblue">
610 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
610 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
611 <a href="/file/43c799df6e75?style=monoblue">files</a>
611 <a href="/file/43c799df6e75?style=monoblue">files</a>
612 <td><a href="/rev/a7c1559b7bba?style=monoblue">xyzzy</a></td>
612 <td><a href="/rev/a7c1559b7bba?style=monoblue">xyzzy</a></td>
613 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
613 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
614 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
614 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
615 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
615 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
616 <td><a href="/shortlog/9d8c40cba617?style=monoblue">9d8c40cba617</a></td>
616 <td><a href="/shortlog/9d8c40cba617?style=monoblue">9d8c40cba617</a></td>
617 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
617 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
618 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
618 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
619 <a href="/file/9d8c40cba617?style=monoblue">files</a>
619 <a href="/file/9d8c40cba617?style=monoblue">files</a>
620
620
621 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=monoblue' | egrep $REVLINKS
621 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=monoblue' | egrep $REVLINKS
622 <li><a href="/graph/9d8c40cba617?style=monoblue">graph</a></li>
622 <li><a href="/graph/tip?style=monoblue">graph</a></li>
623 <li><a href="/file/9d8c40cba617?style=monoblue">files</a></li>
623 <li><a href="/file/tip?style=monoblue">files</a></li>
624 <li><a href="/archive/tip.zip">zip</a></li>
624 <li><a href="/archive/tip.zip">zip</a></li>
625 <a href="/rev/9d8c40cba617?style=monoblue">
625 <a href="/rev/9d8c40cba617?style=monoblue">
626 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
626 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
627 <a href="/file/9d8c40cba617?style=monoblue">files</a>
627 <a href="/file/9d8c40cba617?style=monoblue">files</a>
628 <a href="/rev/a7c1559b7bba?style=monoblue">
628 <a href="/rev/a7c1559b7bba?style=monoblue">
629 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
629 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
630 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
630 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
631 <a href="/rev/43c799df6e75?style=monoblue">
631 <a href="/rev/43c799df6e75?style=monoblue">
632 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
632 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
633 <a href="/file/43c799df6e75?style=monoblue">files</a>
633 <a href="/file/43c799df6e75?style=monoblue">files</a>
634 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
634 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
635
635
636 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=monoblue' | egrep $REVLINKS
636 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=monoblue' | egrep $REVLINKS
637 <li><a href="/graph/9d8c40cba617?style=monoblue">graph</a></li>
637 <li><a href="/graph/tip?style=monoblue">graph</a></li>
638 <li><a href="/file/9d8c40cba617?style=monoblue">files</a></li>
638 <li><a href="/file/tip?style=monoblue">files</a></li>
639 <li><a href="/archive/tip.zip">zip</a></li>
639 <li><a href="/archive/tip.zip">zip</a></li>
640 <h3 class="changelog"><a class="title" href="/rev/9d8c40cba617?style=monoblue">third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a></h3>
640 <h3 class="changelog"><a class="title" href="/rev/9d8c40cba617?style=monoblue">third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a></h3>
641 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
641 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
642 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
642 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
643 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
643 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
644
644
645 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=monoblue' | egrep $REVLINKS
645 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=monoblue' | egrep $REVLINKS
646 <li><a href="/file/9d8c40cba617?style=monoblue">files</a></li>
646 <li><a href="/file/tip?style=monoblue">files</a></li>
647 <a href="/graph/2?revcount=30&style=monoblue">less</a>
647 <a href="/graph/tip?revcount=30&style=monoblue">less</a>
648 <a href="/graph/2?revcount=120&style=monoblue">more</a>
648 <a href="/graph/tip?revcount=120&style=monoblue">more</a>
649 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
649 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
650
650
651 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=monoblue' | egrep $REVLINKS
651 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=monoblue' | egrep $REVLINKS
652 <td><a href="/rev/9d8c40cba617?style=monoblue">tip</a></td>
652 <td><a href="/rev/9d8c40cba617?style=monoblue">tip</a></td>
653 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
653 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
654 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
654 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
655 <a href="/file/9d8c40cba617?style=monoblue">files</a>
655 <a href="/file/9d8c40cba617?style=monoblue">files</a>
656
656
657 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'bookmarks?style=monoblue' | egrep $REVLINKS
657 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'bookmarks?style=monoblue' | egrep $REVLINKS
658 <td><a href="/rev/a7c1559b7bba?style=monoblue">xyzzy</a></td>
658 <td><a href="/rev/a7c1559b7bba?style=monoblue">xyzzy</a></td>
659 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
659 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
660 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
660 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
661 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
661 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
662
662
663 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=monoblue' | egrep $REVLINKS
663 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=monoblue' | egrep $REVLINKS
664 <td><a href="/shortlog/9d8c40cba617?style=monoblue">9d8c40cba617</a></td>
664 <td><a href="/shortlog/9d8c40cba617?style=monoblue">9d8c40cba617</a></td>
665 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
665 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
666 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
666 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
667 <a href="/file/9d8c40cba617?style=monoblue">files</a>
667 <a href="/file/9d8c40cba617?style=monoblue">files</a>
668
668
669 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=monoblue' | egrep $REVLINKS
669 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=monoblue' | egrep $REVLINKS
670 <li><a href="/graph/9d8c40cba617?style=monoblue">graph</a></li>
670 <li><a href="/graph/tip?style=monoblue">graph</a></li>
671 <li><a href="/rev/9d8c40cba617?style=monoblue">changeset</a></li>
671 <li><a href="/rev/tip?style=monoblue">changeset</a></li>
672 <li><a href="/archive/9d8c40cba617.zip">zip</a></li>
672 <li><a href="/archive/tip.zip">zip</a></li>
673 <td><a href="/file/9d8c40cba617/?style=monoblue">[up]</a></td>
673 <td><a href="/file/tip/?style=monoblue">[up]</a></td>
674 <a href="/file/9d8c40cba617/dir?style=monoblue">dir</a>
674 <a href="/file/tip/dir?style=monoblue">dir</a>
675 <a href="/file/9d8c40cba617/dir/?style=monoblue"></a>
675 <a href="/file/tip/dir/?style=monoblue"></a>
676 <td><a href="/file/9d8c40cba617/dir?style=monoblue">files</a></td>
676 <td><a href="/file/tip/dir?style=monoblue">files</a></td>
677 <td><a href="/file/9d8c40cba617/foo?style=monoblue">foo</a></td>
677 <td><a href="/file/tip/foo?style=monoblue">foo</a></td>
678 <a href="/file/9d8c40cba617/foo?style=monoblue">file</a> |
678 <a href="/file/tip/foo?style=monoblue">file</a> |
679 <a href="/log/9d8c40cba617/foo?style=monoblue">revisions</a> |
679 <a href="/log/tip/foo?style=monoblue">revisions</a> |
680 <a href="/annotate/9d8c40cba617/foo?style=monoblue">annotate</a>
680 <a href="/annotate/tip/foo?style=monoblue">annotate</a>
681
681
682 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=monoblue&rev=all()' | egrep $REVLINKS
682 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=monoblue&rev=all()' | egrep $REVLINKS
683 <li><a href="/archive/tip.zip">zip</a></li>
683 <li><a href="/archive/tip.zip">zip</a></li>
684 <h3 class="changelog"><a class="title" href="/rev/9d8c40cba617?style=monoblue">third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a></h3>
684 <h3 class="changelog"><a class="title" href="/rev/9d8c40cba617?style=monoblue">third<span class="logtags"> <span class="branchtag" title="default">default</span> <span class="tagtag" title="tip">tip</span> </span></a></h3>
685 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
685 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
686 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
686 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
687
687
688 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=monoblue' | egrep $REVLINKS
688 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=monoblue' | egrep $REVLINKS
689 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
689 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
690 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
690 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
691 <li><a href="/raw-rev/a7c1559b7bba">raw</a></li>
691 <li><a href="/raw-rev/xyzzy">raw</a></li>
692 <li><a href="/archive/a7c1559b7bba.zip">zip</a></li>
692 <li><a href="/archive/xyzzy.zip">zip</a></li>
693 <h3 class="changeset"><a href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
693 <h3 class="changeset"><a href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
694 <dd><a href="/rev/43c799df6e75?style=monoblue">43c799df6e75</a></dd>
694 <dd><a href="/rev/43c799df6e75?style=monoblue">43c799df6e75</a></dd>
695 <dd><a href="/rev/9d8c40cba617?style=monoblue">9d8c40cba617</a></dd>
695 <dd><a href="/rev/9d8c40cba617?style=monoblue">9d8c40cba617</a></dd>
696 <td><a href="/diff/a7c1559b7bba/foo?style=monoblue">foo</a></td>
696 <td><a href="/diff/a7c1559b7bba/foo?style=monoblue">foo</a></td>
697 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a> |
697 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a> |
698 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a> |
698 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a> |
699 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> |
699 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> |
700 <a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a> |
700 <a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a> |
701 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a>
701 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a>
702
702
703 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=monoblue' | egrep $REVLINKS
703 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=monoblue' | egrep $REVLINKS
704 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
704 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
705 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
705 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
706 <li><a href="/archive/tip.zip">zip</a></li>
706 <li><a href="/archive/xyzzy.zip">zip</a></li>
707 <a href="/rev/a7c1559b7bba?style=monoblue">
707 <a href="/rev/a7c1559b7bba?style=monoblue">
708 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
708 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
709 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
709 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
710 <a href="/rev/43c799df6e75?style=monoblue">
710 <a href="/rev/43c799df6e75?style=monoblue">
711 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
711 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
712 <a href="/file/43c799df6e75?style=monoblue">files</a>
712 <a href="/file/43c799df6e75?style=monoblue">files</a>
713 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
713 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
714
714
715 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=monoblue' | egrep $REVLINKS
715 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=monoblue' | egrep $REVLINKS
716 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
716 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
717 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
717 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
718 <li><a href="/archive/tip.zip">zip</a></li>
718 <li><a href="/archive/xyzzy.zip">zip</a></li>
719 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
719 <h3 class="changelog"><a class="title" href="/rev/a7c1559b7bba?style=monoblue">second<span class="logtags"> <span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3>
720 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
720 <h3 class="changelog"><a class="title" href="/rev/43c799df6e75?style=monoblue">first<span class="logtags"> </span></a></h3>
721 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
721 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
722
722
723 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=monoblue' | egrep $REVLINKS
723 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=monoblue' | egrep $REVLINKS
724 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
724 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
725 <a href="/graph/1?revcount=30&style=monoblue">less</a>
725 <a href="/graph/xyzzy?revcount=30&style=monoblue">less</a>
726 <a href="/graph/1?revcount=120&style=monoblue">more</a>
726 <a href="/graph/xyzzy?revcount=120&style=monoblue">more</a>
727 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
727 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
728
728
729 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=monoblue' | egrep $REVLINKS
729 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=monoblue' | egrep $REVLINKS
730 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
730 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
731 <li><a href="/rev/a7c1559b7bba?style=monoblue">changeset</a></li>
731 <li><a href="/rev/xyzzy?style=monoblue">changeset</a></li>
732 <li><a href="/archive/a7c1559b7bba.zip">zip</a></li>
732 <li><a href="/archive/xyzzy.zip">zip</a></li>
733 <td><a href="/file/a7c1559b7bba/?style=monoblue">[up]</a></td>
733 <td><a href="/file/xyzzy/?style=monoblue">[up]</a></td>
734 <a href="/file/a7c1559b7bba/dir?style=monoblue">dir</a>
734 <a href="/file/xyzzy/dir?style=monoblue">dir</a>
735 <a href="/file/a7c1559b7bba/dir/?style=monoblue"></a>
735 <a href="/file/xyzzy/dir/?style=monoblue"></a>
736 <td><a href="/file/a7c1559b7bba/dir?style=monoblue">files</a></td>
736 <td><a href="/file/xyzzy/dir?style=monoblue">files</a></td>
737 <td><a href="/file/a7c1559b7bba/foo?style=monoblue">foo</a></td>
737 <td><a href="/file/xyzzy/foo?style=monoblue">foo</a></td>
738 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a> |
738 <a href="/file/xyzzy/foo?style=monoblue">file</a> |
739 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a> |
739 <a href="/log/xyzzy/foo?style=monoblue">revisions</a> |
740 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a>
740 <a href="/annotate/xyzzy/foo?style=monoblue">annotate</a>
741
741
742 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=monoblue' | egrep $REVLINKS
742 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=monoblue' | egrep $REVLINKS
743 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
743 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
744 <li><a href="/file/a7c1559b7bba/?style=monoblue">files</a></li>
744 <li><a href="/file/xyzzy/?style=monoblue">files</a></li>
745 <li><a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a></li>
745 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
746 <li><a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a></li>
746 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
747 <li><a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a></li>
747 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
748 <li><a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a></li>
748 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
749 <li><a href="/raw-file/a7c1559b7bba/foo">raw</a></li>
749 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
750 <dd><a class="list" href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
750 <dd><a class="list" href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
751 <a href="/file/43c799df6e75/foo?style=monoblue">
751 <a href="/file/43c799df6e75/foo?style=monoblue">
752 <a href="/file/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
752 <a href="/file/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
753
753
754 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=monoblue' | egrep $REVLINKS
754 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=monoblue' | egrep $REVLINKS
755 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
755 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
756 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
756 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
757 <li><a href="/file/a7c1559b7bba/foo?style=monoblue">file</a></li>
757 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
758 <li><a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a></li>
758 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
759 <li><a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a></li>
759 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
760 <li><a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a></li>
760 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
761 <li><a href="/rss-log/tip/foo">rss</a></li>
761 <li><a href="/rss-log/tip/foo">rss</a></li>
762 <a href="/rev/a7c1559b7bba?style=monoblue">
762 <a href="/rev/a7c1559b7bba?style=monoblue">
763 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a>&nbsp;|&nbsp;<a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a>&nbsp;|&nbsp;<a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a>
763 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a>&nbsp;|&nbsp;<a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a>&nbsp;|&nbsp;<a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a>
764 <a href="/rev/43c799df6e75?style=monoblue">
764 <a href="/rev/43c799df6e75?style=monoblue">
765 <a href="/file/43c799df6e75/foo?style=monoblue">file</a>&nbsp;|&nbsp;<a href="/diff/43c799df6e75/foo?style=monoblue">diff</a>&nbsp;|&nbsp;<a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a>
765 <a href="/file/43c799df6e75/foo?style=monoblue">file</a>&nbsp;|&nbsp;<a href="/diff/43c799df6e75/foo?style=monoblue">diff</a>&nbsp;|&nbsp;<a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a>
766 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a><a href="/log/tip/foo?style=monoblue">tip</a>
766 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a><a href="/log/tip/foo?style=monoblue">tip</a>
767
767
768 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS
768 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS
769 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
769 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
770 <li><a href="/file/a7c1559b7bba/?style=monoblue">files</a></li>
770 <li><a href="/file/xyzzy/?style=monoblue">files</a></li>
771 <li><a href="/file/a7c1559b7bba/foo?style=monoblue">file</a></li>
771 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
772 <li><a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a></li>
772 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
773 <li><a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a></li>
773 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
774 <li><a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a></li>
774 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
775 <li><a href="/raw-annotate/a7c1559b7bba/foo">raw</a></li>
775 <li><a href="/raw-annotate/xyzzy/foo">raw</a></li>
776 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
776 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
777 <a href="/annotate/43c799df6e75/foo?style=monoblue">
777 <a href="/annotate/43c799df6e75/foo?style=monoblue">
778 <a href="/annotate/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
778 <a href="/annotate/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
779 <a href="/annotate/43c799df6e75/foo?style=monoblue#l1"
779 <a href="/annotate/43c799df6e75/foo?style=monoblue#l1"
780 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2"
780 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2"
781
781
782 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=monoblue' | egrep $REVLINKS
782 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=monoblue' | egrep $REVLINKS
783 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
783 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
784 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
784 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
785 <li><a href="/file/a7c1559b7bba/foo?style=monoblue">file</a></li>
785 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
786 <li><a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a></li>
786 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
787 <li><a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a></li>
787 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
788 <li><a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a></li>
788 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
789 <li><a href="/raw-diff/a7c1559b7bba/foo">raw</a></li>
789 <li><a href="/raw-diff/xyzzy/foo">raw</a></li>
790 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
790 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
791 <dd><a href="/diff/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
791 <dd><a href="/diff/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
792 <dd><a href="/diff/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
792 <dd><a href="/diff/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
793
793
794 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=monoblue' | egrep $REVLINKS
794 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'comparison/xyzzy/foo?style=monoblue' | egrep $REVLINKS
795 <li><a href="/graph/a7c1559b7bba?style=monoblue">graph</a></li>
795 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
796 <li><a href="/file/a7c1559b7bba?style=monoblue">files</a></li>
796 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
797 <li><a href="/file/a7c1559b7bba/foo?style=monoblue">file</a></li>
797 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
798 <li><a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a></li>
798 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
799 <li><a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a></li>
799 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
800 <li><a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a></li>
800 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
801 <li><a href="/raw-diff/a7c1559b7bba/foo">raw</a></li>
801 <li><a href="/raw-diff/xyzzy/foo">raw</a></li>
802 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
802 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
803 <dd><a href="/comparison/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
803 <dd><a href="/comparison/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
804 <dd><a href="/comparison/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
804 <dd><a href="/comparison/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
805
805
806 (De)referencing symbolic revisions (spartan)
806 (De)referencing symbolic revisions (spartan)
807
807
808 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=spartan' | egrep $REVLINKS
808 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=spartan' | egrep $REVLINKS
809 <a href="/log/tip?style=spartan">changelog</a>
809 <a href="/log/tip?style=spartan">changelog</a>
810 <a href="/file/tip/?style=spartan">files</a>
810 <a href="/file/tip/?style=spartan">files</a>
811 <a href="/archive/tip.zip">zip</a>
811 <a href="/archive/tip.zip">zip</a>
812 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
812 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
813 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">third</a></td>
813 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">third</a></td>
814 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
814 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
815 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
815 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
816 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
816 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
817
817
818 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=spartan' | egrep $REVLINKS
818 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log?style=spartan' | egrep $REVLINKS
819 <a href="/shortlog/tip?style=spartan">shortlog</a>
819 <a href="/shortlog/tip?style=spartan">shortlog</a>
820 <a href="/file/tip?style=spartan">files</a>
820 <a href="/file/tip?style=spartan">files</a>
821 <a href="/archive/tip.zip">zip</a>
821 <a href="/archive/tip.zip">zip</a>
822 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
822 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
823 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
823 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
824 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
824 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
825 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
825 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
826 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
826 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
827 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
827 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
828 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
828 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
829 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
829 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
830 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
830 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
831 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
831 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
832 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
832 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
833
833
834 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=spartan' | egrep $REVLINKS
834 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph?style=spartan' | egrep $REVLINKS
835 <a href="/file/tip/?style=spartan">files</a>
835 <a href="/file/tip/?style=spartan">files</a>
836 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
836 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
837 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
837 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
838
838
839 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=spartan' | egrep $REVLINKS
839 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=spartan' | egrep $REVLINKS
840 <a href="/rev/9d8c40cba617?style=spartan">tip</a>
840 <a href="/rev/9d8c40cba617?style=spartan">tip</a>
841
841
842 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=spartan' | egrep $REVLINKS
842 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=spartan' | egrep $REVLINKS
843 <a href="/shortlog/9d8c40cba617?style=spartan" class="open">default</a>
843 <a href="/shortlog/9d8c40cba617?style=spartan" class="open">default</a>
844
844
845 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=spartan' | egrep $REVLINKS
845 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file?style=spartan' | egrep $REVLINKS
846 <a href="/log/tip?style=spartan">changelog</a>
846 <a href="/log/tip?style=spartan">changelog</a>
847 <a href="/shortlog/tip?style=spartan">shortlog</a>
847 <a href="/shortlog/tip?style=spartan">shortlog</a>
848 <a href="/rev/tip?style=spartan">changeset</a>
848 <a href="/rev/tip?style=spartan">changeset</a>
849 <a href="/archive/tip.zip">zip</a>
849 <a href="/archive/tip.zip">zip</a>
850 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/9d8c40cba617">9d8c40cba617</a>: /</h2>
850 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/9d8c40cba617">9d8c40cba617</a>: /</h2>
851 <td><a href="/file/tip/?style=spartan">[up]</a>
851 <td><a href="/file/tip/?style=spartan">[up]</a>
852 <a href="/file/tip/dir?style=spartan">dir/</a>
852 <a href="/file/tip/dir?style=spartan">dir/</a>
853 <a href="/file/tip/dir/?style=spartan">
853 <a href="/file/tip/dir/?style=spartan">
854 <td><a href="/file/tip/foo?style=spartan">foo</a>
854 <td><a href="/file/tip/foo?style=spartan">foo</a>
855
855
856 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=spartan&rev=all()' | egrep $REVLINKS
856 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog?style=spartan&rev=all()' | egrep $REVLINKS
857 <a href="/archive/tip.zip">zip</a>
857 <a href="/archive/tip.zip">zip</a>
858 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
858 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
859 <a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a>
859 <a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a>
860 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
860 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
861 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
861 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
862 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
862 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
863 <a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a>
863 <a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a>
864 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
864 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
865 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
865 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
866 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
866 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
867 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
867 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
868 <td class="child"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
868 <td class="child"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
869 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
869 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
870 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
870 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
871
871
872 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=spartan' | egrep $REVLINKS
872 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'rev/xyzzy?style=spartan' | egrep $REVLINKS
873 <a href="/log/xyzzy?style=spartan">changelog</a>
873 <a href="/log/xyzzy?style=spartan">changelog</a>
874 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
874 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
875 <a href="/file/xyzzy?style=spartan">files</a>
875 <a href="/file/xyzzy?style=spartan">files</a>
876 <a href="/raw-rev/xyzzy">raw</a>
876 <a href="/raw-rev/xyzzy">raw</a>
877 <a href="/archive/xyzzy.zip">zip</a>
877 <a href="/archive/xyzzy.zip">zip</a>
878 <td class="changeset"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
878 <td class="changeset"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
879 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
879 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
880 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
880 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
881 <td class="files"><a href="/file/a7c1559b7bba/foo?style=spartan">foo</a> </td>
881 <td class="files"><a href="/file/a7c1559b7bba/foo?style=spartan">foo</a> </td>
882
882
883 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=spartan' | egrep $REVLINKS
883 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'shortlog/xyzzy?style=spartan' | egrep $REVLINKS
884 <a href="/log/xyzzy?style=spartan">changelog</a>
884 <a href="/log/xyzzy?style=spartan">changelog</a>
885 <a href="/file/xyzzy/?style=spartan">files</a>
885 <a href="/file/xyzzy/?style=spartan">files</a>
886 <a href="/archive/xyzzy.zip">zip</a>
886 <a href="/archive/xyzzy.zip">zip</a>
887 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
887 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
888 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
888 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
889 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
889 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
890 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
890 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
891
891
892 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=spartan' | egrep $REVLINKS
892 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy?style=spartan' | egrep $REVLINKS
893 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
893 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
894 <a href="/file/xyzzy?style=spartan">files</a>
894 <a href="/file/xyzzy?style=spartan">files</a>
895 <a href="/archive/xyzzy.zip">zip</a>
895 <a href="/archive/xyzzy.zip">zip</a>
896 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
896 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
897 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
897 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
898 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
898 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
899 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
899 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
900 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
900 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
901 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
901 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
902 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
902 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
903 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
903 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
904
904
905 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=spartan' | egrep $REVLINKS
905 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/xyzzy?style=spartan' | egrep $REVLINKS
906 <a href="/file/xyzzy/?style=spartan">files</a>
906 <a href="/file/xyzzy/?style=spartan">files</a>
907 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
907 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
908 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
908 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
909
909
910 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=spartan' | egrep $REVLINKS
910 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy?style=spartan' | egrep $REVLINKS
911 <a href="/log/xyzzy?style=spartan">changelog</a>
911 <a href="/log/xyzzy?style=spartan">changelog</a>
912 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
912 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
913 <a href="/rev/xyzzy?style=spartan">changeset</a>
913 <a href="/rev/xyzzy?style=spartan">changeset</a>
914 <a href="/archive/xyzzy.zip">zip</a>
914 <a href="/archive/xyzzy.zip">zip</a>
915 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/a7c1559b7bba">a7c1559b7bba</a>: /</h2>
915 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/a7c1559b7bba">a7c1559b7bba</a>: /</h2>
916 <td><a href="/file/xyzzy/?style=spartan">[up]</a>
916 <td><a href="/file/xyzzy/?style=spartan">[up]</a>
917 <a href="/file/xyzzy/dir?style=spartan">dir/</a>
917 <a href="/file/xyzzy/dir?style=spartan">dir/</a>
918 <a href="/file/xyzzy/dir/?style=spartan">
918 <a href="/file/xyzzy/dir/?style=spartan">
919 <td><a href="/file/xyzzy/foo?style=spartan">foo</a>
919 <td><a href="/file/xyzzy/foo?style=spartan">foo</a>
920
920
921 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=spartan' | egrep $REVLINKS
921 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/xyzzy/foo?style=spartan' | egrep $REVLINKS
922 <a href="/log/xyzzy?style=spartan">changelog</a>
922 <a href="/log/xyzzy?style=spartan">changelog</a>
923 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
923 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
924 <a href="/rev/xyzzy?style=spartan">changeset</a>
924 <a href="/rev/xyzzy?style=spartan">changeset</a>
925 <a href="/file/xyzzy/?style=spartan">files</a>
925 <a href="/file/xyzzy/?style=spartan">files</a>
926 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
926 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
927 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
927 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
928 <a href="/raw-file/xyzzy/foo">raw</a>
928 <a href="/raw-file/xyzzy/foo">raw</a>
929 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
929 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
930 <a href="/file/43c799df6e75/foo?style=spartan">
930 <a href="/file/43c799df6e75/foo?style=spartan">
931 <td><a href="/file/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
931 <td><a href="/file/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
932
932
933 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=spartan' | egrep $REVLINKS
933 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'log/xyzzy/foo?style=spartan' | egrep $REVLINKS
934 href="/atom-log/tip/foo" title="Atom feed for test:foo">
934 href="/atom-log/tip/foo" title="Atom feed for test:foo">
935 href="/rss-log/tip/foo" title="RSS feed for test:foo">
935 href="/rss-log/tip/foo" title="RSS feed for test:foo">
936 <a href="/file/xyzzy/foo?style=spartan">file</a>
936 <a href="/file/xyzzy/foo?style=spartan">file</a>
937 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
937 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
938 <a type="application/rss+xml" href="/rss-log/tip/foo">rss</a>
938 <a type="application/rss+xml" href="/rss-log/tip/foo">rss</a>
939 <a type="application/atom+xml" href="/atom-log/tip/foo" title="Atom feed for test:foo">atom</a>
939 <a type="application/atom+xml" href="/atom-log/tip/foo" title="Atom feed for test:foo">atom</a>
940 <p>navigate: <small class="navigate"><a href="/log/43c799df6e75/foo?style=spartan">(0)</a> <a href="/log/tip/foo?style=spartan">tip</a> </small></p>
940 <p>navigate: <small class="navigate"><a href="/log/43c799df6e75/foo?style=spartan">(0)</a> <a href="/log/tip/foo?style=spartan">tip</a> </small></p>
941 <th class="firstline"><a href="/rev/a7c1559b7bba?style=spartan">second</a></th>
941 <th class="firstline"><a href="/rev/a7c1559b7bba?style=spartan">second</a></th>
942 <a href="/file/a7c1559b7bba/foo?style=spartan">a7c1559b7bba</a>
942 <a href="/file/a7c1559b7bba/foo?style=spartan">a7c1559b7bba</a>
943 <a href="/diff/a7c1559b7bba/foo?style=spartan">(diff)</a>
943 <a href="/diff/a7c1559b7bba/foo?style=spartan">(diff)</a>
944 <a href="/annotate/a7c1559b7bba/foo?style=spartan">(annotate)</a>
944 <a href="/annotate/a7c1559b7bba/foo?style=spartan">(annotate)</a>
945 <th class="firstline"><a href="/rev/43c799df6e75?style=spartan">first</a></th>
945 <th class="firstline"><a href="/rev/43c799df6e75?style=spartan">first</a></th>
946 <a href="/file/43c799df6e75/foo?style=spartan">43c799df6e75</a>
946 <a href="/file/43c799df6e75/foo?style=spartan">43c799df6e75</a>
947 <a href="/diff/43c799df6e75/foo?style=spartan">(diff)</a>
947 <a href="/diff/43c799df6e75/foo?style=spartan">(diff)</a>
948 <a href="/annotate/43c799df6e75/foo?style=spartan">(annotate)</a>
948 <a href="/annotate/43c799df6e75/foo?style=spartan">(annotate)</a>
949
949
950 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=spartan' | egrep $REVLINKS
950 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=spartan' | egrep $REVLINKS
951 <a href="/log/xyzzy?style=spartan">changelog</a>
951 <a href="/log/xyzzy?style=spartan">changelog</a>
952 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
952 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
953 <a href="/rev/xyzzy?style=spartan">changeset</a>
953 <a href="/rev/xyzzy?style=spartan">changeset</a>
954 <a href="/file/xyzzy/?style=spartan">files</a>
954 <a href="/file/xyzzy/?style=spartan">files</a>
955 <a href="/file/xyzzy/foo?style=spartan">file</a>
955 <a href="/file/xyzzy/foo?style=spartan">file</a>
956 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
956 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
957 <a href="/raw-annotate/xyzzy/foo">raw</a>
957 <a href="/raw-annotate/xyzzy/foo">raw</a>
958 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
958 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
959 <a href="/annotate/43c799df6e75/foo?style=spartan">
959 <a href="/annotate/43c799df6e75/foo?style=spartan">
960 <td><a href="/annotate/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
960 <td><a href="/annotate/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
961 <a href="/annotate/43c799df6e75/foo?style=spartan#l1"
961 <a href="/annotate/43c799df6e75/foo?style=spartan#l1"
962 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2"
962 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2"
963
963
964 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=spartan' | egrep $REVLINKS
964 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'diff/xyzzy/foo?style=spartan' | egrep $REVLINKS
965 <a href="/log/xyzzy?style=spartan">changelog</a>
965 <a href="/log/xyzzy?style=spartan">changelog</a>
966 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
966 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
967 <a href="/rev/xyzzy?style=spartan">changeset</a>
967 <a href="/rev/xyzzy?style=spartan">changeset</a>
968 <a href="/file/xyzzy/foo?style=spartan">file</a>
968 <a href="/file/xyzzy/foo?style=spartan">file</a>
969 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
969 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
970 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
970 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
971 <a href="/raw-diff/xyzzy/foo">raw</a>
971 <a href="/raw-diff/xyzzy/foo">raw</a>
972 <td class="revision"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
972 <td class="revision"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
973 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
973 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
974 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
974 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
975
975
976 Done
976 Done
977
977
978 $ cat errors.log
978 $ cat errors.log
979 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
979 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
980 $ cd ..
980 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now