##// END OF EJS Templates
monoblue: render changesets server-side on /graph page
av6 -
r35221:75f9f366 default
parent child Browse files
Show More
@@ -0,0 +1,7 b''
1 <li data-node="{node|short}">
2 <span class="desc">
3 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
4 </span>
5 {alltags}
6 <span class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</span>
7 </li>
@@ -1,249 +1,250 b''
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 3
4 4 <?include guids.wxi ?>
5 5 <?include defines.wxi ?>
6 6
7 7 <Fragment>
8 8 <ComponentGroup Id="templatesFolder">
9 9
10 10 <ComponentRef Id="templates.root" />
11 11
12 12 <ComponentRef Id="templates.atom" />
13 13 <ComponentRef Id="templates.coal" />
14 14 <ComponentRef Id="templates.gitweb" />
15 15 <ComponentRef Id="templates.json" />
16 16 <ComponentRef Id="templates.monoblue" />
17 17 <ComponentRef Id="templates.paper" />
18 18 <ComponentRef Id="templates.raw" />
19 19 <ComponentRef Id="templates.rss" />
20 20 <ComponentRef Id="templates.spartan" />
21 21 <ComponentRef Id="templates.static" />
22 22
23 23 </ComponentGroup>
24 24 </Fragment>
25 25
26 26 <Fragment>
27 27 <DirectoryRef Id="INSTALLDIR">
28 28
29 29 <Directory Id="templatesdir" Name="templates" FileSource="$(var.SourceDir)">
30 30
31 31 <Component Id="templates.root" Guid="$(var.templates.root.guid)" Win64='$(var.IsX64)'>
32 32 <File Name="map-cmdline.changelog" KeyPath="yes" />
33 33 <File Name="map-cmdline.compact" />
34 34 <File Name="map-cmdline.default" />
35 35 <File Name="map-cmdline.show" />
36 36 <File Name="map-cmdline.bisect" />
37 37 <File Name="map-cmdline.xml" />
38 38 <File Name="map-cmdline.status" />
39 39 <File Name="map-cmdline.phases" />
40 40 </Component>
41 41
42 42 <Directory Id="templates.jsondir" Name="json">
43 43 <Component Id="templates.json" Guid="$(var.templates.json.guid)" Win64='$(var.IsX64)'>
44 44 <File Id="json.changelist.tmpl" Name="changelist.tmpl" KeyPath="yes" />
45 45 <File Id="json.map" Name="map" />
46 46 </Component>
47 47 </Directory>
48 48
49 49 <Directory Id="templates.atomdir" Name="atom">
50 50 <Component Id="templates.atom" Guid="$(var.templates.atom.guid)" Win64='$(var.IsX64)'>
51 51 <File Id="atom.changelog.tmpl" Name="changelog.tmpl" KeyPath="yes" />
52 52 <File Id="atom.changelogentry.tmpl" Name="changelogentry.tmpl" />
53 53 <File Id="atom.error.tmpl" Name="error.tmpl" />
54 54 <File Id="atom.filelog.tmpl" Name="filelog.tmpl" />
55 55 <File Id="atom.header.tmpl" Name="header.tmpl" />
56 56 <File Id="atom.map" Name="map" />
57 57 <File Id="atom.tagentry.tmpl" Name="tagentry.tmpl" />
58 58 <File Id="atom.tags.tmpl" Name="tags.tmpl" />
59 59 <File Id="atom.branchentry.tmpl" Name="branchentry.tmpl" />
60 60 <File Id="atom.branches.tmpl" Name="branches.tmpl" />
61 61 <File Id="atom.bookmarks.tmpl" Name="bookmarks.tmpl" />
62 62 <File Id="atom.bookmarkentry.tmpl" Name="bookmarkentry.tmpl" />
63 63 </Component>
64 64 </Directory>
65 65
66 66 <Directory Id="templates.coaldir" Name="coal">
67 67 <Component Id="templates.coal" Guid="$(var.templates.coal.guid)" Win64='$(var.IsX64)'>
68 68 <File Id="coal.header.tmpl" Name="header.tmpl" KeyPath="yes" />
69 69 <File Id="coal.map" Name="map" />
70 70 </Component>
71 71 </Directory>
72 72
73 73 <Directory Id="templates.gitwebdir" Name="gitweb">
74 74 <Component Id="templates.gitweb" Guid="$(var.templates.gitweb.guid)" Win64='$(var.IsX64)'>
75 75 <File Id="gitweb.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
76 76 <File Id="gitweb.bookmarks.tmpl" Name="bookmarks.tmpl" />
77 77 <File Id="gitweb.changelog.tmpl" Name="changelog.tmpl" />
78 78 <File Id="gitweb.changelogentry.tmpl" Name="changelogentry.tmpl" />
79 79 <File Id="gitweb.changeset.tmpl" Name="changeset.tmpl" />
80 80 <File Id="gitweb.error.tmpl" Name="error.tmpl" />
81 81 <File Id="gitweb.fileannotate.tmpl" Name="fileannotate.tmpl" />
82 82 <File Id="gitweb.filecomparison.tmpl" Name="filecomparison.tmpl" />
83 83 <File Id="gitweb.filediff.tmpl" Name="filediff.tmpl" />
84 84 <File Id="gitweb.filelog.tmpl" Name="filelog.tmpl" />
85 85 <File Id="gitweb.filerevision.tmpl" Name="filerevision.tmpl" />
86 86 <File Id="gitweb.footer.tmpl" Name="footer.tmpl" />
87 87 <File Id="gitweb.graph.tmpl" Name="graph.tmpl" />
88 88 <File Id="gitweb.graphentry.tmpl" Name="graphentry.tmpl" />
89 89 <File Id="gitweb.header.tmpl" Name="header.tmpl" />
90 90 <File Id="gitweb.index.tmpl" Name="index.tmpl" />
91 91 <File Id="gitweb.manifest.tmpl" Name="manifest.tmpl" />
92 92 <File Id="gitweb.map" Name="map" />
93 93 <File Id="gitweb.notfound.tmpl" Name="notfound.tmpl" />
94 94 <File Id="gitweb.search.tmpl" Name="search.tmpl" />
95 95 <File Id="gitweb.shortlog.tmpl" Name="shortlog.tmpl" />
96 96 <File Id="gitweb.summary.tmpl" Name="summary.tmpl" />
97 97 <File Id="gitweb.tags.tmpl" Name="tags.tmpl" />
98 98 <File Id="gitweb.help.tmpl" Name="help.tmpl" />
99 99 <File Id="gitweb.helptopics.tmpl" Name="helptopics.tmpl" />
100 100 </Component>
101 101 </Directory>
102 102
103 103 <Directory Id="templates.monobluedir" Name="monoblue">
104 104 <Component Id="templates.monoblue" Guid="$(var.templates.monoblue.guid)" Win64='$(var.IsX64)'>
105 105 <File Id="monoblue.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
106 106 <File Id="monoblue.bookmarks.tmpl" Name="bookmarks.tmpl" />
107 107 <File Id="monoblue.changelog.tmpl" Name="changelog.tmpl" />
108 108 <File Id="monoblue.changelogentry.tmpl" Name="changelogentry.tmpl" />
109 109 <File Id="monoblue.changeset.tmpl" Name="changeset.tmpl" />
110 110 <File Id="monoblue.error.tmpl" Name="error.tmpl" />
111 111 <File Id="monoblue.fileannotate.tmpl" Name="fileannotate.tmpl" />
112 112 <File Id="monoblue.filecomparison.tmpl" Name="filecomparison.tmpl" />
113 113 <File Id="monoblue.filediff.tmpl" Name="filediff.tmpl" />
114 114 <File Id="monoblue.filelog.tmpl" Name="filelog.tmpl" />
115 115 <File Id="monoblue.filerevision.tmpl" Name="filerevision.tmpl" />
116 116 <File Id="monoblue.footer.tmpl" Name="footer.tmpl" />
117 117 <File Id="monoblue.graph.tmpl" Name="graph.tmpl" />
118 <File Id="monoblue.graphentry.tmpl" Name="graphentry.tmpl" />
118 119 <File Id="monoblue.header.tmpl" Name="header.tmpl" />
119 120 <File Id="monoblue.index.tmpl" Name="index.tmpl" />
120 121 <File Id="monoblue.manifest.tmpl" Name="manifest.tmpl" />
121 122 <File Id="monoblue.map" Name="map" />
122 123 <File Id="monoblue.notfound.tmpl" Name="notfound.tmpl" />
123 124 <File Id="monoblue.search.tmpl" Name="search.tmpl" />
124 125 <File Id="monoblue.shortlog.tmpl" Name="shortlog.tmpl" />
125 126 <File Id="monoblue.summary.tmpl" Name="summary.tmpl" />
126 127 <File Id="monoblue.tags.tmpl" Name="tags.tmpl" />
127 128 <File Id="monoblue.help.tmpl" Name="help.tmpl" />
128 129 <File Id="monoblue.helptopics.tmpl" Name="helptopics.tmpl" />
129 130 </Component>
130 131 </Directory>
131 132
132 133 <Directory Id="templates.paperdir" Name="paper">
133 134 <Component Id="templates.paper" Guid="$(var.templates.paper.guid)" Win64='$(var.IsX64)'>
134 135 <File Id="paper.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
135 136 <File Id="paper.bookmarks.tmpl" Name="bookmarks.tmpl" />
136 137 <File Id="paper.changeset.tmpl" Name="changeset.tmpl" />
137 138 <File Id="paper.diffstat.tmpl" Name="diffstat.tmpl" />
138 139 <File Id="paper.error.tmpl" Name="error.tmpl" />
139 140 <File Id="paper.fileannotate.tmpl" Name="fileannotate.tmpl" />
140 141 <File Id="paper.filecomparison.tmpl" Name="filecomparison.tmpl" />
141 142 <File Id="paper.filediff.tmpl" Name="filediff.tmpl" />
142 143 <File Id="paper.filelog.tmpl" Name="filelog.tmpl" />
143 144 <File Id="paper.filelogentry.tmpl" Name="filelogentry.tmpl" />
144 145 <File Id="paper.filerevision.tmpl" Name="filerevision.tmpl" />
145 146 <File Id="paper.footer.tmpl" Name="footer.tmpl" />
146 147 <File Id="paper.graph.tmpl" Name="graph.tmpl" />
147 148 <File Id="paper.graphentry.tmpl" Name="graphentry.tmpl" />
148 149 <File Id="paper.header.tmpl" Name="header.tmpl" />
149 150 <File Id="paper.index.tmpl" Name="index.tmpl" />
150 151 <File Id="paper.manifest.tmpl" Name="manifest.tmpl" />
151 152 <File Id="paper.map" Name="map" />
152 153 <File Id="paper.notfound.tmpl" Name="notfound.tmpl" />
153 154 <File Id="paper.search.tmpl" Name="search.tmpl" />
154 155 <File Id="paper.shortlog.tmpl" Name="shortlog.tmpl" />
155 156 <File Id="paper.shortlogentry.tmpl" Name="shortlogentry.tmpl" />
156 157 <File Id="paper.tags.tmpl" Name="tags.tmpl" />
157 158 <File Id="paper.help.tmpl" Name="help.tmpl" />
158 159 <File Id="paper.helptopics.tmpl" Name="helptopics.tmpl" />
159 160 </Component>
160 161 </Directory>
161 162
162 163 <Directory Id="templates.rawdir" Name="raw">
163 164 <Component Id="templates.raw" Guid="$(var.templates.raw.guid)" Win64='$(var.IsX64)'>
164 165 <File Id="raw.changeset.tmpl" Name="changeset.tmpl" KeyPath="yes" />
165 166 <File Id="raw.error.tmpl" Name="error.tmpl" />
166 167 <File Id="raw.fileannotate.tmpl" Name="fileannotate.tmpl" />
167 168 <File Id="raw.filediff.tmpl" Name="filediff.tmpl" />
168 169 <File Id="raw.graph.tmpl" Name="graph.tmpl" />
169 170 <File Id="raw.graphedge.tmpl" Name="graphedge.tmpl" />
170 171 <File Id="raw.graphnode.tmpl" Name="graphnode.tmpl" />
171 172 <File Id="raw.index.tmpl" Name="index.tmpl" />
172 173 <File Id="raw.manifest.tmpl" Name="manifest.tmpl" />
173 174 <File Id="raw.map" Name="map" />
174 175 <File Id="raw.notfound.tmpl" Name="notfound.tmpl" />
175 176 <File Id="raw.search.tmpl" Name="search.tmpl" />
176 177 <File Id="raw.logentry.tmpl" Name="logentry.tmpl" />
177 178 <File Id="raw.changelog.tmpl" Name="changelog.tmpl" />
178 179 </Component>
179 180 </Directory>
180 181
181 182 <Directory Id="templates.rssdir" Name="rss">
182 183 <Component Id="templates.rss" Guid="$(var.templates.rss.guid)" Win64='$(var.IsX64)'>
183 184 <File Id="rss.changelog.tmpl" Name="changelog.tmpl" KeyPath="yes" />
184 185 <File Id="rss.changelogentry.tmpl" Name="changelogentry.tmpl" />
185 186 <File Id="rss.error.tmpl" Name="error.tmpl" />
186 187 <File Id="rss.filelog.tmpl" Name="filelog.tmpl" />
187 188 <File Id="rss.filelogentry.tmpl" Name="filelogentry.tmpl" />
188 189 <File Id="rss.header.tmpl" Name="header.tmpl" />
189 190 <File Id="rss.map" Name="map" />
190 191 <File Id="rss.tagentry.tmpl" Name="tagentry.tmpl" />
191 192 <File Id="rss.tags.tmpl" Name="tags.tmpl" />
192 193 <File Id="rss.bookmarks.tmpl" Name="bookmarks.tmpl" />
193 194 <File Id="rss.bookmarkentry.tmpl" Name="bookmarkentry.tmpl" />
194 195 <File Id="rss.branchentry.tmpl" Name="branchentry.tmpl" />
195 196 <File Id="rss.branches.tmpl" Name="branches.tmpl" />
196 197 </Component>
197 198 </Directory>
198 199
199 200 <Directory Id="templates.spartandir" Name="spartan">
200 201 <Component Id="templates.spartan" Guid="$(var.templates.spartan.guid)" Win64='$(var.IsX64)'>
201 202 <File Id="spartan.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
202 203 <File Id="spartan.changelog.tmpl" Name="changelog.tmpl" />
203 204 <File Id="spartan.changelogentry.tmpl" Name="changelogentry.tmpl" />
204 205 <File Id="spartan.changeset.tmpl" Name="changeset.tmpl" />
205 206 <File Id="spartan.error.tmpl" Name="error.tmpl" />
206 207 <File Id="spartan.fileannotate.tmpl" Name="fileannotate.tmpl" />
207 208 <File Id="spartan.filediff.tmpl" Name="filediff.tmpl" />
208 209 <File Id="spartan.filelog.tmpl" Name="filelog.tmpl" />
209 210 <File Id="spartan.filelogentry.tmpl" Name="filelogentry.tmpl" />
210 211 <File Id="spartan.filerevision.tmpl" Name="filerevision.tmpl" />
211 212 <File Id="spartan.footer.tmpl" Name="footer.tmpl" />
212 213 <File Id="spartan.graph.tmpl" Name="graph.tmpl" />
213 214 <File Id="spartan.header.tmpl" Name="header.tmpl" />
214 215 <File Id="spartan.index.tmpl" Name="index.tmpl" />
215 216 <File Id="spartan.manifest.tmpl" Name="manifest.tmpl" />
216 217 <File Id="spartan.map" Name="map" />
217 218 <File Id="spartan.notfound.tmpl" Name="notfound.tmpl" />
218 219 <File Id="spartan.search.tmpl" Name="search.tmpl" />
219 220 <File Id="spartan.shortlog.tmpl" Name="shortlog.tmpl" />
220 221 <File Id="spartan.shortlogentry.tmpl" Name="shortlogentry.tmpl" />
221 222 <File Id="spartan.tags.tmpl" Name="tags.tmpl" />
222 223 </Component>
223 224 </Directory>
224 225
225 226 <Directory Id="templates.staticdir" Name="static">
226 227 <Component Id="templates.static" Guid="$(var.templates.static.guid)" Win64='$(var.IsX64)'>
227 228 <File Id="static.background.png" Name="background.png" KeyPath="yes" />
228 229 <File Id="static.coal.file.png" Name="coal-file.png" />
229 230 <File Id="static.coal.folder.png" Name="coal-folder.png" />
230 231 <File Id="static.excanvas.js" Name="excanvas.js" />
231 232 <File Id="static.followlines.js" Name="followlines.js" />
232 233 <File Id="static.mercurial.js" Name="mercurial.js" />
233 234 <File Id="static.hgicon.png" Name="hgicon.png" />
234 235 <File Id="static.hglogo.png" Name="hglogo.png" />
235 236 <File Id="static.style.coal.css" Name="style-extra-coal.css" />
236 237 <File Id="static.style.gitweb.css" Name="style-gitweb.css" />
237 238 <File Id="static.style.monoblue.css" Name="style-monoblue.css" />
238 239 <File Id="static.style.paper.css" Name="style-paper.css" />
239 240 <File Id="static.style.css" Name="style.css" />
240 241 <File Id="static.feed.icon" Name="feed-icon-14x14.png" />
241 242 </Component>
242 243 </Directory>
243 244
244 245 </Directory>
245 246
246 247 </DirectoryRef>
247 248 </Fragment>
248 249
249 250 </Wix>
@@ -1,112 +1,87 b''
1 1 {header}
2 2 <title>{repo|escape}: graph</title>
3 3 <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
4 4 <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
5 5 <!--[if IE]><script type="text/javascript" src="{staticurl|urlescape}excanvas.js"></script><![endif]-->
6 6 </head>
7 7
8 8 <body>
9 9 <div id="container">
10 10 <div class="page-header">
11 11 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb} / graph</h1>
12 12
13 13 {searchform}
14 14
15 15 <ul class="page-nav">
16 16 <li><a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a></li>
17 17 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a></li>
18 18 <li><a href="{url|urlescape}changelog{sessionvars%urlparameter}">changelog</a></li>
19 19 <li class="current">graph</li>
20 20 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li>
21 21 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
22 22 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li>
23 23 <li><a href="{url|urlescape}file/{symrev}{sessionvars%urlparameter}">files</a></li>
24 24 <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>
25 25 </ul>
26 26 </div>
27 27
28 28 <h2 class="no-link no-border">graph</h2>
29 29
30 30 <div id="noscript">The revision graph only works with JavaScript-enabled browsers.</div>
31 31 <div id="wrapper">
32 32 <ul id="nodebgs"></ul>
33 33 <canvas id="graph" width="{canvaswidth}" height="{canvasheight}"></canvas>
34 <ul id="graphnodes"></ul>
34 <ul id="graphnodes">{nodes%graphentry}</ul>
35 35 </div>
36 36
37 37 <script{if(nonce, ' nonce="{nonce}"')}>
38 38 <!-- hide script content
39 39
40 40 document.getElementById('noscript').style.display = 'none';
41 41
42 42 var data = {jsdata|json};
43 43 var graph = new Graph();
44 44 graph.scale({bg_height});
45 45
46 46 graph.vertex = function(x, y, radius, color, parity, cur) \{
47 47
48 48 this.ctx.beginPath();
49 49 color = this.setColor(color, 0.25, 0.75);
50 50 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
51 51 this.ctx.fill();
52 52
53 53 var bg = '<li class="bg parity' + parity + '"></li>';
54 54 var left = (this.bg_height - this.box_size) + (this.columns + 1) * this.box_size;
55 var nstyle = 'padding-left: ' + left + 'px;';
56 55
57 var tagspan = '';
58 if (cur[7].length || cur[8].length || (cur[6][0] != 'default' || cur[6][1])) \{
59 tagspan = '<span class="logtags">';
60 if (cur[6][1]) \{
61 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
62 tagspan += cur[6][0] + '</span> ';
63 } else if (!cur[6][1] && cur[6][0] != 'default') \{
64 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
65 tagspan += cur[6][0] + '</span> ';
66 }
67 if (cur[7].length) \{
68 for (var t in cur[7]) \{
69 var tag = cur[7][t];
70 tagspan += '<span class="tagtag">' + tag + '</span> ';
71 }
72 }
73 if (cur[8].length) \{
74 for (var t in cur[8]) \{
75 var bookmark = cur[8][t];
76 tagspan += '<span class="bookmarktag">' + bookmark + '</span> ';
77 }
78 }
79 tagspan += '</span>';
56 var item = document.querySelector('[data-node="' + cur.node + '"]');
57 if (item) \{
58 item.style.paddingLeft = left + 'px';
80 59 }
81 60
82 var item = '<li style="' + nstyle + '"><span class="desc">';
83 item += '<a href="{url|urlescape}rev/' + cur[0] + '{sessionvars%urlparameter}" title="' + cur[0] + '">' + cur[3] + '</a>';
84 item += '</span>' + tagspan + '<span class="info">' + cur[5] + ', by ' + cur[4] + '</span></li>';
85
86 return [bg, item];
61 return [bg, ''];
87 62
88 63 }
89 64
90 65 graph.render(data);
91 66
92 67 // stop hiding script -->
93 68 </script>
94 69
95 70 <div class="page-path">
96 71 <a href="{url|urlescape}graph/{symrev}{lessvars%urlparameter}">less</a>
97 72 <a href="{url|urlescape}graph/{symrev}{morevars%urlparameter}">more</a>
98 73 | {changenav%navgraph}
99 74 </div>
100 75
101 76 <script type="text/javascript"{if(nonce, ' nonce="{nonce}"')}>
102 77 ajaxScrollInit(
103 78 '{url|urlescape}graph/{rev}?revcount=%next%&style={style}',
104 79 {revcount}+60,
105 80 function (htmlText, previousVal) \{ return previousVal + 60; },
106 81 '#wrapper',
107 82 '<div class="%class%" style="text-align: center;">%text%</div>',
108 83 'graph'
109 84 );
110 85 </script>
111 86
112 87 {footer}
@@ -1,294 +1,295 b''
1 1 default = 'summary'
2 2 mimetype = 'text/html; charset={encoding}'
3 3 header = header.tmpl
4 4 footer = footer.tmpl
5 5 search = search.tmpl
6 6 changelog = changelog.tmpl
7 7 summary = summary.tmpl
8 8 error = error.tmpl
9 9 notfound = notfound.tmpl
10 10
11 11 help = help.tmpl
12 12 helptopics = helptopics.tmpl
13 13
14 14 helpentry = '
15 15 <tr><td>
16 16 <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
17 17 {if(basename, '{basename|escape}', '{topic|escape}')}
18 18 </a>
19 19 </td><td>
20 20 {summary|escape}
21 21 </td></tr>'
22 22
23 23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
24 24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
25 25 navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
26 26 filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
27 27 filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
28 28 filenodelink = '
29 29 <tr class="parity{parity}">
30 30 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
31 31 <td></td>
32 32 <td>
33 33 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
34 34 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
35 35 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
36 36 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
37 37 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
38 38 </td>
39 39 </tr>'
40 40 filenolink = '
41 41 <tr class="parity{parity}">
42 42 <td><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
43 43 <td></td>
44 44 <td>
45 45 file |
46 46 annotate |
47 47 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
48 48 <a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">comparison</a> |
49 49 <a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
50 50 </td>
51 51 </tr>'
52 52
53 53 nav = '{before%naventry} {after%naventry}'
54 54 navshort = '{before%navshortentry}{after%navshortentry}'
55 55 navgraph = '{before%navgraphentry}{after%navgraphentry}'
56 56 filenav = '{before%filenaventry}{after%filenaventry}'
57 57
58 58 fileellipses = '...'
59 59 changelogentry = changelogentry.tmpl
60 60 searchentry = changelogentry.tmpl
61 61 changeset = changeset.tmpl
62 62 manifest = manifest.tmpl
63 63 direntry = '
64 64 <tr class="parity{parity}">
65 65 <td>drwxr-xr-x</td>
66 66 <td></td>
67 67 <td></td>
68 68 <td>
69 69 <a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
70 70 <a href="{url|urlescape}file/{symrev}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a>
71 71 </td>
72 72 <td><a href="{url|urlescape}file/{symrev}{path|urlescape}{sessionvars%urlparameter}">files</a></td>
73 73 </tr>'
74 74 fileentry = '
75 75 <tr class="parity{parity}">
76 76 <td>{permissions|permissions}</td>
77 77 <td>{date|isodate}</td>
78 78 <td>{size}</td>
79 79 <td><a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td>
80 80 <td>
81 81 <a href="{url|urlescape}file/{symrev}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
82 82 <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
83 83 <a href="{url|urlescape}annotate/{symrev}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
84 84 </td>
85 85 </tr>'
86 86 filerevision = filerevision.tmpl
87 87 fileannotate = fileannotate.tmpl
88 88 filediff = filediff.tmpl
89 89 filecomparison = filecomparison.tmpl
90 90 filelog = filelog.tmpl
91 91 fileline = '
92 92 <a href="#{lineid}"></a><span id="{lineid}">{strip(line|escape, '\r\n')}</span>'
93 93 annotateline = '
94 94 <tr id="{lineid}" class="parity{parity}{ifeq(node, originalnode, ' thisrev')}">
95 95 <td class="annotate linenr parity{blockparity}">
96 96 {if(blockhead,
97 97 '<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}">
98 98 {rev}
99 99 </a>')}
100 100 <div class="annotate-info">
101 101 <div>
102 102 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}">
103 103 {node|short}</a>
104 104 {desc|escape|firstline}
105 105 </div>
106 106 <div><em>{author|obfuscate}</em></div>
107 107 <div>parents: {parents%annotateparent}</div>
108 108 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>
109 109 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a>
110 110 </div>
111 111 </td>
112 112 <td class="lineno">
113 113 <a href="#{lineid}">{linenumber}</a>
114 114 </td>
115 115 <td class="source">{line|escape}</td>
116 116 </tr>'
117 117 annotateparent = '
118 118 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rev}</a>'
119 119 difflineplus = '
120 120 <a href="#{lineid}"></a><span id="{lineid}" class="difflineplus">{strip(line|escape, '\r\n')}</span>'
121 121 difflineminus = '
122 122 <a href="#{lineid}"></a><span id="{lineid}" class="difflineminus">{strip(line|escape, '\r\n')}</span>'
123 123 difflineat = '
124 124 <a href="#{lineid}"></a><span id="{lineid}" class="difflineat">{strip(line|escape, '\r\n')}</span>'
125 125 diffline = '
126 126 <a href="#{lineid}"></a><span id="{lineid}">{strip(line|escape, '\r\n')}</span>'
127 127
128 128 comparisonblock ='
129 129 <tbody class="block">
130 130 {lines}
131 131 </tbody>'
132 132 comparisonline = '
133 133 <tr id="{lineid}">
134 134 <td class="source {type}"><a class="linenr" href="#{lineid}">{leftlinenumber}</a> {leftline|escape}</td>
135 135 <td class="source {type}"><a class="linenr" href="#{lineid}">{rightlinenumber}</a> {rightline|escape}</td>
136 136 </tr>'
137 137
138 138 changesetlink = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
139 139 changesetbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
140 140 changesetparent = '
141 141 <dt>parent {rev}</dt>
142 142 <dd>{changesetlink}</dd>'
143 143 changesetparentdiff = '
144 144 <dt>parent {rev}</dt>
145 145 <dd>{changesetlink} {ifeq(node, basenode, '(current diff)', '({difffrom})')}</dd>'
146 146 difffrom = '<a href="{url|urlescape}rev/{node|short}:{originalnode|short}{sessionvars%urlparameter}">diff</a>'
147 147 filerevbranch = '<dt>branch</dt><dd>{name|escape}</dd>'
148 148 filerevparent = '
149 149 <dt>parent {rev}</dt>
150 150 <dd>
151 151 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
152 152 {rename%filerename}{node|short}
153 153 </a>
154 154 </dd>'
155 155 filerename = '{file|escape}@'
156 156 filelogrename = '| <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">base</a>'
157 157 fileannotateparent = '
158 158 <dt>parent {rev}</dt>
159 159 <dd>
160 160 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
161 161 {rename%filerename}{node|short}
162 162 </a>
163 163 </dd>'
164 164 changesetchild = '
165 165 <dt>child {rev}</dt>
166 166 <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd>'
167 167 filerevchild = '
168 168 <dt>child {rev}</dt>
169 169 <dd>
170 170 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
171 171 </dd>'
172 172 fileannotatechild = '
173 173 <dt>child {rev}</dt>
174 174 <dd>
175 175 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
176 176 </dd>'
177 177 tags = tags.tmpl
178 178 tagentry = '
179 179 <tr class="parity{parity}">
180 180 <td class="nowrap age">{date|rfc822date}</td>
181 181 <td><a href="{url|urlescape}rev/{tag|revescape}{sessionvars%urlparameter}">{tag|escape}</a></td>
182 182 <td class="nowrap">
183 183 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
184 184 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
185 185 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
186 186 </td>
187 187 </tr>'
188 188 bookmarks = bookmarks.tmpl
189 189 bookmarkentry = '
190 190 <tr class="parity{parity}">
191 191 <td class="nowrap age">{date|rfc822date}</td>
192 192 <td><a href="{url|urlescape}rev/{bookmark|revescape}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
193 193 <td class="nowrap">
194 194 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
195 195 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
196 196 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
197 197 </td>
198 198 </tr>'
199 199 branches = branches.tmpl
200 200 branchentry = '
201 201 <tr class="parity{parity}">
202 202 <td class="nowrap age">{date|rfc822date}</td>
203 203 <td class="{status}"><a href="{url|urlescape}shortlog/{branch|revescape}{sessionvars%urlparameter}">{branch|escape}</a></td>
204 204 <td class="nowrap">
205 205 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
206 206 <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
207 207 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
208 208 </td>
209 209 </tr>'
210 210 diffblock = '<div class="diffblock"><pre class="sourcelines">{lines}</pre></div>'
211 211 filediffparent = '
212 212 <dt>parent {rev}</dt>
213 213 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
214 214 filecompparent = '
215 215 <dt>parent {rev}</dt>
216 216 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
217 217 filediffchild = '
218 218 <dt>child {rev}</dt>
219 219 <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
220 220 filecompchild = '
221 221 <dt>child {rev}</dt>
222 222 <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>'
223 223 shortlog = shortlog.tmpl
224 224 phasetag = '{ifeq(phase, 'public', '', '<span class="phasetag" title="{phase|escape}">{phase|escape}</span> ')}'
225 225 obsoletetag = '{if(obsolete, '<span class="obsoletetag" title="obsolete">obsolete</span> ')}'
226 226 instabilitytag = '<span class="instabilitytag" title="{instability|escape}">{instability|escape}</span> '
227 227 tagtag = '<span class="tagtag" title="{name|escape}">{name|escape}</span> '
228 228 branchtag = '<span class="branchtag" title="{name|escape}">{name|escape}</span> '
229 229 inbranchtag = '<span class="inbranchtag" title="{name|escape}">{name|escape}</span> '
230 230 bookmarktag = '<span class="bookmarktag" title="{name|escape}">{name|escape}</span> '
231 231 alltags = '<span class="logtags">{phasetag}{obsoletetag}{instabilities%instabilitytag}{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span>'
232 232 shortlogentry = '
233 233 <tr class="parity{parity}">
234 234 <td class="nowrap age">{date|rfc822date}</td>
235 235 <td>{author|person}</td>
236 236 <td>
237 237 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
238 238 {desc|strip|firstline|escape|nonempty}
239 239 {alltags}
240 240 </a>
241 241 </td>
242 242 <td class="nowrap">
243 243 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
244 244 <a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>
245 245 </td>
246 246 </tr>'
247 247 filelogentry = '
248 248 <tr class="parity{parity}">
249 249 <td class="nowrap age">{date|rfc822date}</td>
250 250 <td>{author|person}</td>
251 251 <td>
252 252 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
253 253 {desc|strip|firstline|escape|nonempty}
254 254 {alltags}
255 255 </a>
256 256 </td>
257 257 <td class="nowrap">
258 258 <a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
259 259 <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
260 260 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
261 261 {rename%filelogrename}
262 262 </td>
263 263 </tr>'
264 264 archiveentry = '<li><a href="{url|urlescape}archive/{symrev}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a></li>'
265 265 indexentry = '
266 266 <tr class="parity{parity}">
267 267 <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>
268 268 <td>{description}</td>
269 269 <td>{contact|obfuscate}</td>
270 270 <td class="age">{lastchange|rfc822date}</td>
271 271 <td class="indexlinks">{archives%indexarchiveentry}</td>
272 272 <td>
273 273 {if(isdirectory, '',
274 274 '<div class="rss_logo">
275 275 <a href="{url|urlescape}rss-log">RSS</a> <a href="{url|urlescape}atom-log">Atom</a>
276 276 </div>'
277 277 )}
278 278 </td>
279 279 </tr>\n'
280 280 indexarchiveentry = '<a href="{url|urlescape}archive/{node|short}{extension}">{type|escape}</a> '
281 281 index = index.tmpl
282 282 urlparameter = '{separator}{name}={value|urlescape}'
283 283 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
284 284 graph = graph.tmpl
285 graphentry = graphentry.tmpl
285 286 breadcrumb = '&gt; <a href="{url|urlescape}">{name|escape}</a> '
286 287
287 288 searchform = '
288 289 <form action="{url|urlescape}log">
289 290 {sessionvars%hiddenformentry}
290 291 <dl class="search">
291 292 <dt><label>Search: </label></dt>
292 293 <dd><input type="text" name="rev" value="{query|escape}" /></dd>
293 294 </dl>
294 295 </form>'
@@ -1,1104 +1,1109 b''
1 1 #require serve
2 2
3 3 Test symbolic revision usage in links produced by hgweb pages. There are
4 4 multiple issues related to this:
5 5 - issue2296
6 6 - issue2826
7 7 - issue3594
8 8 - issue3634
9 9
10 10 Set up the repo
11 11
12 12 $ hg init test
13 13 $ cd test
14 14 $ echo 0 > foo
15 15 $ mkdir dir
16 16 $ echo 0 > dir/bar
17 17 $ hg ci -Am 'first'
18 18 adding dir/bar
19 19 adding foo
20 20 $ echo 1 >> foo
21 21 $ hg ci -m 'second'
22 22 $ echo 2 >> foo
23 23 $ hg ci -m 'third'
24 24 $ hg bookmark -r1 xyzzy
25 25
26 26 $ hg log -G --template '{rev}:{node|short} {tags} {bookmarks}\n'
27 27 @ 2:9d8c40cba617 tip
28 28 |
29 29 o 1:a7c1559b7bba xyzzy
30 30 |
31 31 o 0:43c799df6e75
32 32
33 33 $ hg serve --config web.allow_archive=zip -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
34 34 $ cat hg.pid >> $DAEMON_PIDS
35 35
36 36 $ REVLINKS='href=[^>]+(rev=|/)(43c799df6e75|0|a7c1559b7bba|1|xyzzy|9d8c40cba617|2|tip|default)'
37 37
38 38 (De)referencing symbolic revisions (paper)
39 39
40 40 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper' | egrep $REVLINKS
41 41 <li><a href="/graph/tip?style=paper">graph</a></li>
42 42 <li><a href="/rev/tip?style=paper">changeset</a></li>
43 43 <li><a href="/file/tip?style=paper">browse</a></li>
44 44 <a href="/archive/tip.zip">zip</a>
45 45 <a href="/shortlog/tip?revcount=30&style=paper">less</a>
46 46 <a href="/shortlog/tip?revcount=120&style=paper">more</a>
47 47 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
48 48 <a href="/rev/9d8c40cba617?style=paper">third</a>
49 49 <a href="/rev/a7c1559b7bba?style=paper">second</a>
50 50 <a href="/rev/43c799df6e75?style=paper">first</a>
51 51 <a href="/shortlog/tip?revcount=30&style=paper">less</a>
52 52 <a href="/shortlog/tip?revcount=120&style=paper">more</a>
53 53 | rev 2: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
54 54
55 55 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=paper' | egrep $REVLINKS
56 56 <li><a href="/shortlog/tip?style=paper">log</a></li>
57 57 <li><a href="/rev/tip?style=paper">changeset</a></li>
58 58 <li><a href="/file/tip?style=paper">browse</a></li>
59 59 <a href="/graph/tip?revcount=30&style=paper">less</a>
60 60 <a href="/graph/tip?revcount=120&style=paper">more</a>
61 61 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
62 62 <a href="/rev/9d8c40cba617?style=paper">third</a>
63 63 <a href="/rev/a7c1559b7bba?style=paper">second</a>
64 64 <a href="/rev/43c799df6e75?style=paper">first</a>
65 65 <a href="/graph/tip?revcount=30&style=paper">less</a>
66 66 <a href="/graph/tip?revcount=120&style=paper">more</a>
67 67 | rev 2: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
68 68
69 69 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=paper' | egrep $REVLINKS
70 70 <li><a href="/shortlog/tip?style=paper">log</a></li>
71 71 <li><a href="/graph/tip?style=paper">graph</a></li>
72 72 <li><a href="/rev/tip?style=paper">changeset</a></li>
73 73 <a href="/archive/tip.zip">zip</a>
74 74 directory / @ 2:<a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a>
75 75 <td class="name"><a href="/file/tip/?style=paper">[up]</a></td>
76 76 <a href="/file/tip/dir?style=paper">
77 77 <a href="/file/tip/dir/?style=paper">
78 78 <a href="/file/tip/foo?style=paper">
79 79
80 80 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=paper' | egrep $REVLINKS
81 81 <a href="/shortlog/default?style=paper" class="open">
82 82 <a href="/shortlog/9d8c40cba617?style=paper" class="open">
83 83
84 84 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=paper' | egrep $REVLINKS
85 85 <a href="/rev/tip?style=paper">
86 86 <a href="/rev/9d8c40cba617?style=paper">
87 87
88 88 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=paper' | egrep $REVLINKS
89 89 <a href="/rev/xyzzy?style=paper">
90 90 <a href="/rev/a7c1559b7bba?style=paper">
91 91
92 92 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=paper&rev=all()' | egrep $REVLINKS
93 93 <a href="/rev/9d8c40cba617?style=paper">third</a>
94 94 <a href="/rev/a7c1559b7bba?style=paper">second</a>
95 95 <a href="/rev/43c799df6e75?style=paper">first</a>
96 96
97 97 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=paper' | egrep $REVLINKS
98 98 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
99 99 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
100 100 <li><a href="/raw-rev/xyzzy?style=paper">raw</a></li>
101 101 <li><a href="/file/xyzzy?style=paper">browse</a></li>
102 102 <a href="/archive/xyzzy.zip">zip</a>
103 103 changeset 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
104 104 <td class="author"><a href="/rev/43c799df6e75?style=paper">43c799df6e75</a> </td>
105 105 <td class="author"> <a href="/rev/9d8c40cba617?style=paper">9d8c40cba617</a></td>
106 106 <td class="files"><a href="/file/a7c1559b7bba/foo?style=paper">foo</a> </td>
107 107
108 108 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=paper' | egrep $REVLINKS
109 109 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
110 110 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
111 111 <li><a href="/file/xyzzy?style=paper">browse</a></li>
112 112 <a href="/archive/xyzzy.zip">zip</a>
113 113 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a>
114 114 <a href="/shortlog/xyzzy?revcount=120&style=paper">more</a>
115 115 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
116 116 <a href="/rev/a7c1559b7bba?style=paper">second</a>
117 117 <a href="/rev/43c799df6e75?style=paper">first</a>
118 118 <a href="/shortlog/xyzzy?revcount=30&style=paper">less</a>
119 119 <a href="/shortlog/xyzzy?revcount=120&style=paper">more</a>
120 120 | rev 1: <a href="/shortlog/43c799df6e75?style=paper">(0)</a> <a href="/shortlog/tip?style=paper">tip</a>
121 121
122 122 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=paper' | egrep $REVLINKS
123 123 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
124 124 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
125 125 <li><a href="/file/xyzzy?style=paper">browse</a></li>
126 126 <a href="/graph/xyzzy?revcount=30&style=paper">less</a>
127 127 <a href="/graph/xyzzy?revcount=120&style=paper">more</a>
128 128 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
129 129 <a href="/rev/a7c1559b7bba?style=paper">second</a>
130 130 <a href="/rev/43c799df6e75?style=paper">first</a>
131 131 <a href="/graph/xyzzy?revcount=30&style=paper">less</a>
132 132 <a href="/graph/xyzzy?revcount=120&style=paper">more</a>
133 133 | rev 1: <a href="/graph/43c799df6e75?style=paper">(0)</a> <a href="/graph/tip?style=paper">tip</a>
134 134
135 135 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=paper' | egrep $REVLINKS
136 136 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
137 137 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
138 138 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
139 139 <a href="/archive/xyzzy.zip">zip</a>
140 140 directory / @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
141 141 <td class="name"><a href="/file/xyzzy/?style=paper">[up]</a></td>
142 142 <a href="/file/xyzzy/dir?style=paper">
143 143 <a href="/file/xyzzy/dir/?style=paper">
144 144 <a href="/file/xyzzy/foo?style=paper">
145 145
146 146 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=paper' | egrep $REVLINKS
147 147 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
148 148 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
149 149 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
150 150 <li><a href="/file/xyzzy/?style=paper">browse</a></li>
151 151 <li><a href="/file/tip/foo?style=paper">latest</a></li>
152 152 <li><a href="/diff/xyzzy/foo?style=paper">diff</a></li>
153 153 <li><a href="/comparison/xyzzy/foo?style=paper">comparison</a></li>
154 154 <li><a href="/annotate/xyzzy/foo?style=paper">annotate</a></li>
155 155 <li><a href="/log/xyzzy/foo?style=paper">file log</a></li>
156 156 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
157 157 view foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
158 158 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
159 159 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
160 160
161 161 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=paper' | egrep $REVLINKS
162 162 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
163 163 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
164 164 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
165 165 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
166 166 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
167 167 <li><a href="/file/xyzzy?style=paper">browse</a></li>
168 168 <li><a href="/file/xyzzy/foo?style=paper">file</a></li>
169 169 <li><a href="/diff/xyzzy/foo?style=paper">diff</a></li>
170 170 <li><a href="/comparison/xyzzy/foo?style=paper">comparison</a></li>
171 171 <li><a href="/annotate/xyzzy/foo?style=paper">annotate</a></li>
172 172 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
173 173 <a href="/atom-log/tip/foo" title="subscribe to atom feed">
174 174 log foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
175 175 <a href="/log/xyzzy/foo?revcount=30&style=paper">less</a>
176 176 <a href="/log/xyzzy/foo?revcount=120&style=paper">more</a>
177 177 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a> </div>
178 178 <a href="/rev/a7c1559b7bba?style=paper">second</a>
179 179 <a href="/rev/43c799df6e75?style=paper">first</a>
180 180 <a href="/log/xyzzy/foo?revcount=30&style=paper">less</a>
181 181 <a href="/log/xyzzy/foo?revcount=120&style=paper">more</a>
182 182 | <a href="/log/43c799df6e75/foo?style=paper">(0)</a> <a href="/log/tip/foo?style=paper">tip</a>
183 183
184 184 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=paper' | egrep $REVLINKS
185 185 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
186 186 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
187 187 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
188 188 <li><a href="/file/xyzzy/?style=paper">browse</a></li>
189 189 <li><a href="/file/xyzzy/foo?style=paper">file</a></li>
190 190 <li><a href="/file/tip/foo?style=paper">latest</a></li>
191 191 <li><a href="/diff/xyzzy/foo?style=paper">diff</a></li>
192 192 <li><a href="/comparison/xyzzy/foo?style=paper">comparison</a></li>
193 193 <li><a href="/log/xyzzy/foo?style=paper">file log</a></li>
194 194 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
195 195 annotate foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
196 196 <td class="author"><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
197 197 <td class="author"><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
198 198 <a href="/annotate/43c799df6e75/foo?style=paper#l1">
199 199 <a href="/annotate/43c799df6e75/foo?style=paper#l1">
200 200 <a href="/diff/43c799df6e75/foo?style=paper">diff</a>
201 201 <a href="/rev/43c799df6e75?style=paper">changeset</a>
202 202 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2">
203 203 <a href="/annotate/a7c1559b7bba/foo?style=paper#l2">
204 204 <a href="/annotate/43c799df6e75/foo?style=paper">0</a></div>
205 205 <a href="/diff/a7c1559b7bba/foo?style=paper">diff</a>
206 206 <a href="/rev/a7c1559b7bba?style=paper">changeset</a>
207 207
208 208 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=paper' | egrep $REVLINKS
209 209 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
210 210 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
211 211 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
212 212 <li><a href="/file/xyzzy?style=paper">browse</a></li>
213 213 <li><a href="/file/xyzzy/foo?style=paper">file</a></li>
214 214 <li><a href="/file/tip/foo?style=paper">latest</a></li>
215 215 <li><a href="/comparison/xyzzy/foo?style=paper">comparison</a></li>
216 216 <li><a href="/annotate/xyzzy/foo?style=paper">annotate</a></li>
217 217 <li><a href="/log/xyzzy/foo?style=paper">file log</a></li>
218 218 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
219 219 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
220 220 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
221 221 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
222 222
223 223 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=paper' | egrep $REVLINKS
224 224 <li><a href="/shortlog/xyzzy?style=paper">log</a></li>
225 225 <li><a href="/graph/xyzzy?style=paper">graph</a></li>
226 226 <li><a href="/rev/xyzzy?style=paper">changeset</a></li>
227 227 <li><a href="/file/xyzzy?style=paper">browse</a></li>
228 228 <li><a href="/file/xyzzy/foo?style=paper">file</a></li>
229 229 <li><a href="/file/tip/foo?style=paper">latest</a></li>
230 230 <li><a href="/diff/xyzzy/foo?style=paper">diff</a></li>
231 231 <li><a href="/annotate/xyzzy/foo?style=paper">annotate</a></li>
232 232 <li><a href="/log/xyzzy/foo?style=paper">file log</a></li>
233 233 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
234 234 comparison foo @ 1:<a href="/rev/a7c1559b7bba?style=paper">a7c1559b7bba</a>
235 235 <td><a href="/file/43c799df6e75/foo?style=paper">43c799df6e75</a> </td>
236 236 <td><a href="/file/9d8c40cba617/foo?style=paper">9d8c40cba617</a> </td>
237 237
238 238 (De)referencing symbolic revisions (coal)
239 239
240 240 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal' | egrep $REVLINKS
241 241 <li><a href="/graph/tip?style=coal">graph</a></li>
242 242 <li><a href="/rev/tip?style=coal">changeset</a></li>
243 243 <li><a href="/file/tip?style=coal">browse</a></li>
244 244 <a href="/archive/tip.zip">zip</a>
245 245 <a href="/shortlog/tip?revcount=30&style=coal">less</a>
246 246 <a href="/shortlog/tip?revcount=120&style=coal">more</a>
247 247 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
248 248 <a href="/rev/9d8c40cba617?style=coal">third</a>
249 249 <a href="/rev/a7c1559b7bba?style=coal">second</a>
250 250 <a href="/rev/43c799df6e75?style=coal">first</a>
251 251 <a href="/shortlog/tip?revcount=30&style=coal">less</a>
252 252 <a href="/shortlog/tip?revcount=120&style=coal">more</a>
253 253 | rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
254 254
255 255 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=coal' | egrep $REVLINKS
256 256 <li><a href="/shortlog/tip?style=coal">log</a></li>
257 257 <li><a href="/rev/tip?style=coal">changeset</a></li>
258 258 <li><a href="/file/tip?style=coal">browse</a></li>
259 259 <a href="/graph/tip?revcount=30&style=coal">less</a>
260 260 <a href="/graph/tip?revcount=120&style=coal">more</a>
261 261 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
262 262 <a href="/rev/9d8c40cba617?style=coal">third</a>
263 263 <a href="/rev/a7c1559b7bba?style=coal">second</a>
264 264 <a href="/rev/43c799df6e75?style=coal">first</a>
265 265 <a href="/graph/tip?revcount=30&style=coal">less</a>
266 266 <a href="/graph/tip?revcount=120&style=coal">more</a>
267 267 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
268 268
269 269 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=coal' | egrep $REVLINKS
270 270 <li><a href="/shortlog/tip?style=coal">log</a></li>
271 271 <li><a href="/graph/tip?style=coal">graph</a></li>
272 272 <li><a href="/rev/tip?style=coal">changeset</a></li>
273 273 <a href="/archive/tip.zip">zip</a>
274 274 directory / @ 2:<a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a>
275 275 <td class="name"><a href="/file/tip/?style=coal">[up]</a></td>
276 276 <a href="/file/tip/dir?style=coal">
277 277 <a href="/file/tip/dir/?style=coal">
278 278 <a href="/file/tip/foo?style=coal">
279 279
280 280 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=coal' | egrep $REVLINKS
281 281 <a href="/shortlog/default?style=coal" class="open">
282 282 <a href="/shortlog/9d8c40cba617?style=coal" class="open">
283 283
284 284 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=coal' | egrep $REVLINKS
285 285 <a href="/rev/tip?style=coal">
286 286 <a href="/rev/9d8c40cba617?style=coal">
287 287
288 288 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=coal' | egrep $REVLINKS
289 289 <a href="/rev/xyzzy?style=coal">
290 290 <a href="/rev/a7c1559b7bba?style=coal">
291 291
292 292 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=coal&rev=all()' | egrep $REVLINKS
293 293 <a href="/rev/9d8c40cba617?style=coal">third</a>
294 294 <a href="/rev/a7c1559b7bba?style=coal">second</a>
295 295 <a href="/rev/43c799df6e75?style=coal">first</a>
296 296
297 297 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=coal' | egrep $REVLINKS
298 298 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
299 299 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
300 300 <li><a href="/raw-rev/xyzzy?style=coal">raw</a></li>
301 301 <li><a href="/file/xyzzy?style=coal">browse</a></li>
302 302 <a href="/archive/xyzzy.zip">zip</a>
303 303 changeset 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
304 304 <td class="author"><a href="/rev/43c799df6e75?style=coal">43c799df6e75</a> </td>
305 305 <td class="author"> <a href="/rev/9d8c40cba617?style=coal">9d8c40cba617</a></td>
306 306 <td class="files"><a href="/file/a7c1559b7bba/foo?style=coal">foo</a> </td>
307 307
308 308 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=coal' | egrep $REVLINKS
309 309 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
310 310 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
311 311 <li><a href="/file/xyzzy?style=coal">browse</a></li>
312 312 <a href="/archive/xyzzy.zip">zip</a>
313 313 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a>
314 314 <a href="/shortlog/xyzzy?revcount=120&style=coal">more</a>
315 315 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
316 316 <a href="/rev/a7c1559b7bba?style=coal">second</a>
317 317 <a href="/rev/43c799df6e75?style=coal">first</a>
318 318 <a href="/shortlog/xyzzy?revcount=30&style=coal">less</a>
319 319 <a href="/shortlog/xyzzy?revcount=120&style=coal">more</a>
320 320 | rev 1: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">tip</a>
321 321
322 322 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=coal' | egrep $REVLINKS
323 323 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
324 324 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
325 325 <li><a href="/file/xyzzy?style=coal">browse</a></li>
326 326 <a href="/graph/xyzzy?revcount=30&style=coal">less</a>
327 327 <a href="/graph/xyzzy?revcount=120&style=coal">more</a>
328 328 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
329 329 <a href="/rev/a7c1559b7bba?style=coal">second</a>
330 330 <a href="/rev/43c799df6e75?style=coal">first</a>
331 331 <a href="/graph/xyzzy?revcount=30&style=coal">less</a>
332 332 <a href="/graph/xyzzy?revcount=120&style=coal">more</a>
333 333 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
334 334
335 335 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=coal' | egrep $REVLINKS
336 336 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
337 337 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
338 338 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
339 339 <a href="/archive/xyzzy.zip">zip</a>
340 340 directory / @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
341 341 <td class="name"><a href="/file/xyzzy/?style=coal">[up]</a></td>
342 342 <a href="/file/xyzzy/dir?style=coal">
343 343 <a href="/file/xyzzy/dir/?style=coal">
344 344 <a href="/file/xyzzy/foo?style=coal">
345 345
346 346 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=coal' | egrep $REVLINKS
347 347 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
348 348 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
349 349 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
350 350 <li><a href="/file/xyzzy/?style=coal">browse</a></li>
351 351 <li><a href="/file/tip/foo?style=coal">latest</a></li>
352 352 <li><a href="/diff/xyzzy/foo?style=coal">diff</a></li>
353 353 <li><a href="/comparison/xyzzy/foo?style=coal">comparison</a></li>
354 354 <li><a href="/annotate/xyzzy/foo?style=coal">annotate</a></li>
355 355 <li><a href="/log/xyzzy/foo?style=coal">file log</a></li>
356 356 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
357 357 view foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
358 358 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
359 359 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
360 360
361 361 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=coal' | egrep $REVLINKS
362 362 href="/atom-log/tip/foo" title="Atom feed for test:foo" />
363 363 href="/rss-log/tip/foo" title="RSS feed for test:foo" />
364 364 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
365 365 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
366 366 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
367 367 <li><a href="/file/xyzzy?style=coal">browse</a></li>
368 368 <li><a href="/file/xyzzy/foo?style=coal">file</a></li>
369 369 <li><a href="/diff/xyzzy/foo?style=coal">diff</a></li>
370 370 <li><a href="/comparison/xyzzy/foo?style=coal">comparison</a></li>
371 371 <li><a href="/annotate/xyzzy/foo?style=coal">annotate</a></li>
372 372 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
373 373 <a href="/atom-log/tip/foo" title="subscribe to atom feed">
374 374 log foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
375 375 <a href="/log/xyzzy/foo?revcount=30&style=coal">less</a>
376 376 <a href="/log/xyzzy/foo?revcount=120&style=coal">more</a>
377 377 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> </div>
378 378 <a href="/rev/a7c1559b7bba?style=coal">second</a>
379 379 <a href="/rev/43c799df6e75?style=coal">first</a>
380 380 <a href="/log/xyzzy/foo?revcount=30&style=coal">less</a>
381 381 <a href="/log/xyzzy/foo?revcount=120&style=coal">more</a>
382 382 | <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a>
383 383
384 384 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=coal' | egrep $REVLINKS
385 385 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
386 386 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
387 387 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
388 388 <li><a href="/file/xyzzy/?style=coal">browse</a></li>
389 389 <li><a href="/file/xyzzy/foo?style=coal">file</a></li>
390 390 <li><a href="/file/tip/foo?style=coal">latest</a></li>
391 391 <li><a href="/diff/xyzzy/foo?style=coal">diff</a></li>
392 392 <li><a href="/comparison/xyzzy/foo?style=coal">comparison</a></li>
393 393 <li><a href="/log/xyzzy/foo?style=coal">file log</a></li>
394 394 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
395 395 annotate foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
396 396 <td class="author"><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
397 397 <td class="author"><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
398 398 <a href="/annotate/43c799df6e75/foo?style=coal#l1">
399 399 <a href="/annotate/43c799df6e75/foo?style=coal#l1">
400 400 <a href="/diff/43c799df6e75/foo?style=coal">diff</a>
401 401 <a href="/rev/43c799df6e75?style=coal">changeset</a>
402 402 <a href="/annotate/a7c1559b7bba/foo?style=coal#l2">
403 403 <a href="/annotate/a7c1559b7bba/foo?style=coal#l2">
404 404 <a href="/annotate/43c799df6e75/foo?style=coal">0</a></div>
405 405 <a href="/diff/a7c1559b7bba/foo?style=coal">diff</a>
406 406 <a href="/rev/a7c1559b7bba?style=coal">changeset</a>
407 407
408 408 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=coal' | egrep $REVLINKS
409 409 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
410 410 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
411 411 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
412 412 <li><a href="/file/xyzzy?style=coal">browse</a></li>
413 413 <li><a href="/file/xyzzy/foo?style=coal">file</a></li>
414 414 <li><a href="/file/tip/foo?style=coal">latest</a></li>
415 415 <li><a href="/comparison/xyzzy/foo?style=coal">comparison</a></li>
416 416 <li><a href="/annotate/xyzzy/foo?style=coal">annotate</a></li>
417 417 <li><a href="/log/xyzzy/foo?style=coal">file log</a></li>
418 418 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
419 419 diff foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
420 420 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
421 421 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
422 422
423 423 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=coal' | egrep $REVLINKS
424 424 <li><a href="/shortlog/xyzzy?style=coal">log</a></li>
425 425 <li><a href="/graph/xyzzy?style=coal">graph</a></li>
426 426 <li><a href="/rev/xyzzy?style=coal">changeset</a></li>
427 427 <li><a href="/file/xyzzy?style=coal">browse</a></li>
428 428 <li><a href="/file/xyzzy/foo?style=coal">file</a></li>
429 429 <li><a href="/file/tip/foo?style=coal">latest</a></li>
430 430 <li><a href="/diff/xyzzy/foo?style=coal">diff</a></li>
431 431 <li><a href="/annotate/xyzzy/foo?style=coal">annotate</a></li>
432 432 <li><a href="/log/xyzzy/foo?style=coal">file log</a></li>
433 433 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
434 434 comparison foo @ 1:<a href="/rev/a7c1559b7bba?style=coal">a7c1559b7bba</a>
435 435 <td><a href="/file/43c799df6e75/foo?style=coal">43c799df6e75</a> </td>
436 436 <td><a href="/file/9d8c40cba617/foo?style=coal">9d8c40cba617</a> </td>
437 437
438 438 (De)referencing symbolic revisions (gitweb)
439 439
440 440 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=gitweb' | egrep $REVLINKS
441 441 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
442 442 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
443 443 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
444 444 <a href="/file/9d8c40cba617?style=gitweb">files</a>
445 445 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
446 446 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
447 447 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
448 448 <a class="list" href="/rev/43c799df6e75?style=gitweb">
449 449 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
450 450 <a href="/file/43c799df6e75?style=gitweb">files</a>
451 451 <td><a class="list" href="/rev/xyzzy?style=gitweb"><b>xyzzy</b></a></td>
452 452 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
453 453 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
454 454 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
455 455 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td>
456 456 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
457 457 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
458 458 <a href="/file/9d8c40cba617?style=gitweb">files</a>
459 459
460 460 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb' | egrep $REVLINKS
461 461 <a href="/log/tip?style=gitweb">changelog</a> |
462 462 <a href="/graph/tip?style=gitweb">graph</a> |
463 463 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
464 464 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
465 465 <a class="list" href="/rev/9d8c40cba617?style=gitweb">
466 466 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
467 467 <a href="/file/9d8c40cba617?style=gitweb">files</a>
468 468 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
469 469 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
470 470 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
471 471 <a class="list" href="/rev/43c799df6e75?style=gitweb">
472 472 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
473 473 <a href="/file/43c799df6e75?style=gitweb">files</a>
474 474 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
475 475
476 476 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=gitweb' | egrep $REVLINKS
477 477 <a href="/shortlog/tip?style=gitweb">shortlog</a> |
478 478 <a href="/graph/tip?style=gitweb">graph</a> |
479 479 <a href="/file/tip?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a> |
480 480 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
481 481 <a class="title" href="/rev/9d8c40cba617?style=gitweb">
482 482 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
483 483 <a class="title" href="/rev/a7c1559b7bba?style=gitweb">
484 484 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
485 485 <a class="title" href="/rev/43c799df6e75?style=gitweb">
486 486 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
487 487 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
488 488
489 489 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=gitweb' | egrep $REVLINKS
490 490 <a href="/shortlog/tip?style=gitweb">shortlog</a> |
491 491 <a href="/log/tip?style=gitweb">changelog</a> |
492 492 <a href="/file/tip?style=gitweb">files</a> |
493 493 <a href="/graph/tip?revcount=30&style=gitweb">less</a>
494 494 <a href="/graph/tip?revcount=120&style=gitweb">more</a>
495 495 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
496 496 <a class="list" href="/rev/9d8c40cba617?style=gitweb"><b>third</b></a>
497 497 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>second</b></a>
498 498 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a>
499 499 <a href="/graph/tip?revcount=30&style=gitweb">less</a>
500 500 <a href="/graph/tip?revcount=120&style=gitweb">more</a>
501 501 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
502 502
503 503 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=gitweb' | egrep $REVLINKS
504 504 <td><a class="list" href="/rev/tip?style=gitweb"><b>tip</b></a></td>
505 505 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a> |
506 506 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
507 507 <a href="/file/9d8c40cba617?style=gitweb">files</a>
508 508
509 509 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=gitweb' | egrep $REVLINKS
510 510 <td><a class="list" href="/rev/xyzzy?style=gitweb"><b>xyzzy</b></a></td>
511 511 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
512 512 <a href="/log/a7c1559b7bba?style=gitweb">changelog</a> |
513 513 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
514 514
515 515 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=gitweb' | egrep $REVLINKS
516 516 <td class="open"><a class="list" href="/shortlog/default?style=gitweb"><b>default</b></a></td>
517 517 <a href="/changeset/9d8c40cba617?style=gitweb">changeset</a> |
518 518 <a href="/log/9d8c40cba617?style=gitweb">changelog</a> |
519 519 <a href="/file/9d8c40cba617?style=gitweb">files</a>
520 520
521 521 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=gitweb' | egrep $REVLINKS
522 522 <a href="/rev/tip?style=gitweb">changeset</a> | <a href="/archive/tip.zip">zip</a> |
523 523 <td><a href="/file/tip/?style=gitweb">[up]</a></td>
524 524 <a href="/file/tip/dir?style=gitweb">dir</a>
525 525 <a href="/file/tip/dir/?style=gitweb"></a>
526 526 <a href="/file/tip/dir?style=gitweb">files</a>
527 527 <a class="list" href="/file/tip/foo?style=gitweb">foo</a>
528 528 <a href="/file/tip/foo?style=gitweb">file</a> |
529 529 <a href="/log/tip/foo?style=gitweb">revisions</a> |
530 530 <a href="/annotate/tip/foo?style=gitweb">annotate</a>
531 531
532 532 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=gitweb&rev=all()' | egrep $REVLINKS
533 533 <a href="/file?style=gitweb">files</a> | <a href="/archive/tip.zip">zip</a>
534 534 <a class="title" href="/rev/9d8c40cba617?style=gitweb">
535 535 <a href="/rev/9d8c40cba617?style=gitweb">changeset</a><br/>
536 536 <a class="title" href="/rev/a7c1559b7bba?style=gitweb">
537 537 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
538 538 <a class="title" href="/rev/43c799df6e75?style=gitweb">
539 539 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
540 540
541 541 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=gitweb' | egrep $REVLINKS
542 542 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> |
543 543 <a href="/log/xyzzy?style=gitweb">changelog</a> |
544 544 <a href="/graph/xyzzy?style=gitweb">graph</a> |
545 545 <a href="/file/xyzzy?style=gitweb">files</a> |
546 546 <a href="/raw-rev/xyzzy">raw</a> | <a href="/archive/xyzzy.zip">zip</a> |
547 547 <a class="title" href="/raw-rev/a7c1559b7bba">
548 548 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
549 549 <a class="list" href="/rev/43c799df6e75?style=gitweb">43c799df6e75</a>
550 550 <a class="list" href="/rev/9d8c40cba617?style=gitweb">9d8c40cba617</a>
551 551 <td><a class="list" href="/diff/a7c1559b7bba/foo?style=gitweb">foo</a></td>
552 552 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
553 553 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a> |
554 554 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
555 555 <a href="/comparison/a7c1559b7bba/foo?style=gitweb">comparison</a> |
556 556 <a href="/log/a7c1559b7bba/foo?style=gitweb">revisions</a>
557 557
558 558 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=gitweb' | egrep $REVLINKS
559 559 <a href="/log/xyzzy?style=gitweb">changelog</a> |
560 560 <a href="/graph/xyzzy?style=gitweb">graph</a> |
561 561 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> |
562 562 <br/><a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a> <br/>
563 563 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
564 564 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a> |
565 565 <a href="/file/a7c1559b7bba?style=gitweb">files</a>
566 566 <a class="list" href="/rev/43c799df6e75?style=gitweb">
567 567 <a href="/rev/43c799df6e75?style=gitweb">changeset</a> |
568 568 <a href="/file/43c799df6e75?style=gitweb">files</a>
569 569 <a href="/shortlog/43c799df6e75?style=gitweb">(0)</a> <a href="/shortlog/tip?style=gitweb">tip</a>
570 570
571 571 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=gitweb' | egrep $REVLINKS
572 572 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> |
573 573 <a href="/graph/xyzzy?style=gitweb">graph</a> |
574 574 <a href="/file/xyzzy?style=gitweb">files</a> | <a href="/archive/xyzzy.zip">zip</a> |
575 575 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
576 576 <a class="title" href="/rev/a7c1559b7bba?style=gitweb">
577 577 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a><br/>
578 578 <a class="title" href="/rev/43c799df6e75?style=gitweb">
579 579 <a href="/rev/43c799df6e75?style=gitweb">changeset</a><br/>
580 580 <a href="/log/43c799df6e75?style=gitweb">(0)</a> <a href="/log/tip?style=gitweb">tip</a> <br/>
581 581
582 582 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=gitweb' | egrep $REVLINKS
583 583 <a href="/shortlog/xyzzy?style=gitweb">shortlog</a> |
584 584 <a href="/log/xyzzy?style=gitweb">changelog</a> |
585 585 <a href="/file/xyzzy?style=gitweb">files</a> |
586 586 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a>
587 587 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a>
588 588 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
589 589 <a class="list" href="/rev/a7c1559b7bba?style=gitweb"><b>second</b></a>
590 590 <a class="list" href="/rev/43c799df6e75?style=gitweb"><b>first</b></a>
591 591 <a href="/graph/xyzzy?revcount=30&style=gitweb">less</a>
592 592 <a href="/graph/xyzzy?revcount=120&style=gitweb">more</a>
593 593 | <a href="/graph/43c799df6e75?style=gitweb">(0)</a> <a href="/graph/tip?style=gitweb">tip</a>
594 594
595 595 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=gitweb' | egrep $REVLINKS
596 596 <a href="/rev/xyzzy?style=gitweb">changeset</a> | <a href="/archive/xyzzy.zip">zip</a> |
597 597 <td><a href="/file/xyzzy/?style=gitweb">[up]</a></td>
598 598 <a href="/file/xyzzy/dir?style=gitweb">dir</a>
599 599 <a href="/file/xyzzy/dir/?style=gitweb"></a>
600 600 <a href="/file/xyzzy/dir?style=gitweb">files</a>
601 601 <a class="list" href="/file/xyzzy/foo?style=gitweb">foo</a>
602 602 <a href="/file/xyzzy/foo?style=gitweb">file</a> |
603 603 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> |
604 604 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a>
605 605
606 606 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=gitweb' | egrep $REVLINKS
607 607 <a href="/file/xyzzy/?style=gitweb">files</a> |
608 608 <a href="/rev/xyzzy?style=gitweb">changeset</a> |
609 609 <a href="/file/tip/foo?style=gitweb">latest</a> |
610 610 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> |
611 611 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> |
612 612 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> |
613 613 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> |
614 614 <a href="/raw-file/xyzzy/foo">raw</a> |
615 615 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
616 616 <a class="list" href="/file/43c799df6e75/foo?style=gitweb">
617 617 <a class="list" href="/file/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
618 618
619 619 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=gitweb' | egrep $REVLINKS
620 620 <a href="/file/xyzzy/foo?style=gitweb">file</a> |
621 621 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> |
622 622 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> |
623 623 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> |
624 624 <a href="/rss-log/tip/foo">rss</a> |
625 625 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
626 626 <a class="list" href="/rev/a7c1559b7bba?style=gitweb">
627 627 <a href="/file/a7c1559b7bba/foo?style=gitweb">file</a> |
628 628 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a> |
629 629 <a href="/annotate/a7c1559b7bba/foo?style=gitweb">annotate</a>
630 630 <a class="list" href="/rev/43c799df6e75?style=gitweb">
631 631 <a href="/file/43c799df6e75/foo?style=gitweb">file</a> |
632 632 <a href="/diff/43c799df6e75/foo?style=gitweb">diff</a> |
633 633 <a href="/annotate/43c799df6e75/foo?style=gitweb">annotate</a>
634 634 <a href="/log/xyzzy/foo?revcount=30&style=gitweb">less</a>
635 635 <a href="/log/xyzzy/foo?revcount=120&style=gitweb">more</a>
636 636 <a href="/log/43c799df6e75/foo?style=gitweb">(0)</a> <a href="/log/tip/foo?style=gitweb">tip</a>
637 637
638 638 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=gitweb' | egrep $REVLINKS
639 639 <a href="/file/xyzzy/?style=gitweb">files</a> |
640 640 <a href="/rev/xyzzy?style=gitweb">changeset</a> |
641 641 <a href="/file/xyzzy/foo?style=gitweb">file</a> |
642 642 <a href="/file/tip/foo?style=gitweb">latest</a> |
643 643 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> |
644 644 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> |
645 645 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> |
646 646 <a href="/raw-file/xyzzy/foo">raw</a> |
647 647 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
648 648 <a class="list" href="/annotate/43c799df6e75/foo?style=gitweb">
649 649 <a class="list" href="/annotate/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a></td>
650 650 <a href="/annotate/43c799df6e75/foo?style=gitweb#l1">
651 651 <a href="/annotate/43c799df6e75/foo?style=gitweb#l1">
652 652 <a href="/diff/43c799df6e75/foo?style=gitweb">diff</a>
653 653 <a href="/rev/43c799df6e75?style=gitweb">changeset</a>
654 654 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2">
655 655 <a href="/annotate/a7c1559b7bba/foo?style=gitweb#l2">
656 656 <a href="/annotate/43c799df6e75/foo?style=gitweb">0</a></div>
657 657 <a href="/diff/a7c1559b7bba/foo?style=gitweb">diff</a>
658 658 <a href="/rev/a7c1559b7bba?style=gitweb">changeset</a>
659 659
660 660 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=gitweb' | egrep $REVLINKS
661 661 <a href="/file/xyzzy?style=gitweb">files</a> |
662 662 <a href="/rev/xyzzy?style=gitweb">changeset</a> |
663 663 <a href="/file/xyzzy/foo?style=gitweb">file</a> |
664 664 <a href="/file/tip/foo?style=gitweb">latest</a> |
665 665 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> |
666 666 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> |
667 667 <a href="/comparison/xyzzy/foo?style=gitweb">comparison</a> |
668 668 <a href="/raw-diff/xyzzy/foo">raw</a> |
669 669 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
670 670 <a class="list" href="/diff/43c799df6e75/foo?style=gitweb">
671 671 <a class="list" href="/diff/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
672 672
673 673 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=gitweb' | egrep $REVLINKS
674 674 <a href="/file/xyzzy?style=gitweb">files</a> |
675 675 <a href="/rev/xyzzy?style=gitweb">changeset</a> |
676 676 <a href="/file/xyzzy/foo?style=gitweb">file</a> |
677 677 <a href="/file/tip/foo?style=gitweb">latest</a> |
678 678 <a href="/log/xyzzy/foo?style=gitweb">revisions</a> |
679 679 <a href="/annotate/xyzzy/foo?style=gitweb">annotate</a> |
680 680 <a href="/diff/xyzzy/foo?style=gitweb">diff</a> |
681 681 <a href="/raw-diff/xyzzy/foo">raw</a> |
682 682 <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td>
683 683 <a class="list" href="/comparison/43c799df6e75/foo?style=gitweb">
684 684 <a class="list" href="/comparison/9d8c40cba617/foo?style=gitweb">9d8c40cba617</a>
685 685
686 686 (De)referencing symbolic revisions (monoblue)
687 687
688 688 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'summary?style=monoblue' | egrep $REVLINKS
689 689 <li><a href="/archive/tip.zip">zip</a></li>
690 690 <a href="/rev/9d8c40cba617?style=monoblue">
691 691 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
692 692 <a href="/file/9d8c40cba617?style=monoblue">files</a>
693 693 <a href="/rev/a7c1559b7bba?style=monoblue">
694 694 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
695 695 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
696 696 <a href="/rev/43c799df6e75?style=monoblue">
697 697 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
698 698 <a href="/file/43c799df6e75?style=monoblue">files</a>
699 699 <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td>
700 700 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
701 701 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
702 702 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
703 703 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td>
704 704 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
705 705 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
706 706 <a href="/file/9d8c40cba617?style=monoblue">files</a>
707 707
708 708 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue' | egrep $REVLINKS
709 709 <li><a href="/graph/tip?style=monoblue">graph</a></li>
710 710 <li><a href="/file/tip?style=monoblue">files</a></li>
711 711 <li><a href="/archive/tip.zip">zip</a></li>
712 712 <a href="/rev/9d8c40cba617?style=monoblue">
713 713 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
714 714 <a href="/file/9d8c40cba617?style=monoblue">files</a>
715 715 <a href="/rev/a7c1559b7bba?style=monoblue">
716 716 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
717 717 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
718 718 <a href="/rev/43c799df6e75?style=monoblue">
719 719 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
720 720 <a href="/file/43c799df6e75?style=monoblue">files</a>
721 721 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
722 722
723 723 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=monoblue' | egrep $REVLINKS
724 724 <li><a href="/graph/tip?style=monoblue">graph</a></li>
725 725 <li><a href="/file/tip?style=monoblue">files</a></li>
726 726 <li><a href="/archive/tip.zip">zip</a></li>
727 727 <a class="title" href="/rev/9d8c40cba617?style=monoblue">
728 728 <a class="title" href="/rev/a7c1559b7bba?style=monoblue">
729 729 <a class="title" href="/rev/43c799df6e75?style=monoblue">
730 730 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
731 731
732 732 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=monoblue' | egrep $REVLINKS
733 733 <li><a href="/file/tip?style=monoblue">files</a></li>
734 <a href="/rev/9d8c40cba617?style=monoblue">third</a>
735 <a href="/rev/a7c1559b7bba?style=monoblue">second</a>
736 <a href="/rev/43c799df6e75?style=monoblue">first</a>
734 737 <a href="/graph/tip?revcount=30&style=monoblue">less</a>
735 738 <a href="/graph/tip?revcount=120&style=monoblue">more</a>
736 739 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
737 740
738 741 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=monoblue' | egrep $REVLINKS
739 742 <td><a href="/rev/tip?style=monoblue">tip</a></td>
740 743 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
741 744 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
742 745 <a href="/file/9d8c40cba617?style=monoblue">files</a>
743 746
744 747 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'bookmarks?style=monoblue' | egrep $REVLINKS
745 748 <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td>
746 749 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
747 750 <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> |
748 751 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
749 752
750 753 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=monoblue' | egrep $REVLINKS
751 754 <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td>
752 755 <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> |
753 756 <a href="/log/9d8c40cba617?style=monoblue">changelog</a> |
754 757 <a href="/file/9d8c40cba617?style=monoblue">files</a>
755 758
756 759 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=monoblue' | egrep $REVLINKS
757 760 <li><a href="/graph/tip?style=monoblue">graph</a></li>
758 761 <li><a href="/rev/tip?style=monoblue">changeset</a></li>
759 762 <li><a href="/archive/tip.zip">zip</a></li>
760 763 <td><a href="/file/tip/?style=monoblue">[up]</a></td>
761 764 <a href="/file/tip/dir?style=monoblue">dir</a>
762 765 <a href="/file/tip/dir/?style=monoblue"></a>
763 766 <td><a href="/file/tip/dir?style=monoblue">files</a></td>
764 767 <td><a href="/file/tip/foo?style=monoblue">foo</a></td>
765 768 <a href="/file/tip/foo?style=monoblue">file</a> |
766 769 <a href="/log/tip/foo?style=monoblue">revisions</a> |
767 770 <a href="/annotate/tip/foo?style=monoblue">annotate</a>
768 771
769 772 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=monoblue&rev=all()' | egrep $REVLINKS
770 773 <li><a href="/archive/tip.zip">zip</a></li>
771 774 <a class="title" href="/rev/9d8c40cba617?style=monoblue">
772 775 <a class="title" href="/rev/a7c1559b7bba?style=monoblue">
773 776 <a class="title" href="/rev/43c799df6e75?style=monoblue">
774 777
775 778 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=monoblue' | egrep $REVLINKS
776 779 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
777 780 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
778 781 <li><a href="/raw-rev/xyzzy">raw</a></li>
779 782 <li><a href="/archive/xyzzy.zip">zip</a></li>
780 783 <a href="/raw-rev/a7c1559b7bba">
781 784 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
782 785 <dd><a href="/rev/43c799df6e75?style=monoblue">43c799df6e75</a></dd>
783 786 <dd><a href="/rev/9d8c40cba617?style=monoblue">9d8c40cba617</a></dd>
784 787 <td><a href="/diff/a7c1559b7bba/foo?style=monoblue">foo</a></td>
785 788 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a> |
786 789 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a> |
787 790 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> |
788 791 <a href="/comparison/a7c1559b7bba/foo?style=monoblue">comparison</a> |
789 792 <a href="/log/a7c1559b7bba/foo?style=monoblue">revisions</a>
790 793
791 794 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=monoblue' | egrep $REVLINKS
792 795 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
793 796 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
794 797 <li><a href="/archive/xyzzy.zip">zip</a></li>
795 798 <a href="/rev/a7c1559b7bba?style=monoblue">
796 799 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> |
797 800 <a href="/file/a7c1559b7bba?style=monoblue">files</a>
798 801 <a href="/rev/43c799df6e75?style=monoblue">
799 802 <a href="/rev/43c799df6e75?style=monoblue">changeset</a> |
800 803 <a href="/file/43c799df6e75?style=monoblue">files</a>
801 804 <a href="/shortlog/43c799df6e75?style=monoblue">(0)</a> <a href="/shortlog/tip?style=monoblue">tip</a>
802 805
803 806 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=monoblue' | egrep $REVLINKS
804 807 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
805 808 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
806 809 <li><a href="/archive/xyzzy.zip">zip</a></li>
807 810 <a class="title" href="/rev/a7c1559b7bba?style=monoblue">
808 811 <a class="title" href="/rev/43c799df6e75?style=monoblue">
809 812 <a href="/log/43c799df6e75?style=monoblue">(0)</a> <a href="/log/tip?style=monoblue">tip</a>
810 813
811 814 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=monoblue' | egrep $REVLINKS
812 815 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
816 <a href="/rev/a7c1559b7bba?style=monoblue">second</a>
817 <a href="/rev/43c799df6e75?style=monoblue">first</a>
813 818 <a href="/graph/xyzzy?revcount=30&style=monoblue">less</a>
814 819 <a href="/graph/xyzzy?revcount=120&style=monoblue">more</a>
815 820 | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a>
816 821
817 822 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=monoblue' | egrep $REVLINKS
818 823 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
819 824 <li><a href="/rev/xyzzy?style=monoblue">changeset</a></li>
820 825 <li><a href="/archive/xyzzy.zip">zip</a></li>
821 826 <td><a href="/file/xyzzy/?style=monoblue">[up]</a></td>
822 827 <a href="/file/xyzzy/dir?style=monoblue">dir</a>
823 828 <a href="/file/xyzzy/dir/?style=monoblue"></a>
824 829 <td><a href="/file/xyzzy/dir?style=monoblue">files</a></td>
825 830 <td><a href="/file/xyzzy/foo?style=monoblue">foo</a></td>
826 831 <a href="/file/xyzzy/foo?style=monoblue">file</a> |
827 832 <a href="/log/xyzzy/foo?style=monoblue">revisions</a> |
828 833 <a href="/annotate/xyzzy/foo?style=monoblue">annotate</a>
829 834
830 835 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=monoblue' | egrep $REVLINKS
831 836 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
832 837 <li><a href="/file/xyzzy/?style=monoblue">files</a></li>
833 838 <li><a href="/file/tip/foo?style=monoblue">latest</a></li>
834 839 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
835 840 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
836 841 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
837 842 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
838 843 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
839 844 <dd><a class="list" href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
840 845 <a href="/file/43c799df6e75/foo?style=monoblue">
841 846 <a href="/file/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
842 847
843 848 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=monoblue' | egrep $REVLINKS
844 849 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
845 850 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
846 851 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
847 852 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
848 853 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
849 854 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
850 855 <li><a href="/rss-log/tip/foo">rss</a></li>
851 856 <a href="/rev/a7c1559b7bba?style=monoblue">
852 857 <a href="/file/a7c1559b7bba/foo?style=monoblue">file</a> |
853 858 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a> |
854 859 <a href="/annotate/a7c1559b7bba/foo?style=monoblue">annotate</a>
855 860 <a href="/rev/43c799df6e75?style=monoblue">
856 861 <a href="/file/43c799df6e75/foo?style=monoblue">file</a> |
857 862 <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> |
858 863 <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a>
859 864 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a> <a href="/log/tip/foo?style=monoblue">tip</a>
860 865
861 866 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS
862 867 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
863 868 <li><a href="/file/xyzzy/?style=monoblue">files</a></li>
864 869 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
865 870 <li><a href="/file/tip/foo?style=monoblue">latest</a></li>
866 871 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
867 872 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
868 873 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
869 874 <li><a href="/raw-file/xyzzy/foo">raw</a></li>
870 875 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
871 876 <a href="/annotate/43c799df6e75/foo?style=monoblue">
872 877 <a href="/annotate/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a>
873 878 <a href="/annotate/43c799df6e75/foo?style=monoblue#l1">
874 879 <a href="/annotate/43c799df6e75/foo?style=monoblue#l1">
875 880 <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a>
876 881 <a href="/rev/43c799df6e75?style=monoblue">changeset</a>
877 882 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2">
878 883 <a href="/annotate/a7c1559b7bba/foo?style=monoblue#l2">
879 884 <a href="/annotate/43c799df6e75/foo?style=monoblue">0</a></div>
880 885 <a href="/diff/a7c1559b7bba/foo?style=monoblue">diff</a>
881 886 <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a>
882 887
883 888 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=monoblue' | egrep $REVLINKS
884 889 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
885 890 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
886 891 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
887 892 <li><a href="/file/tip/foo?style=monoblue">latest</a></li>
888 893 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
889 894 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
890 895 <li><a href="/comparison/xyzzy/foo?style=monoblue">comparison</a></li>
891 896 <li><a href="/raw-diff/xyzzy/foo">raw</a></li>
892 897 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
893 898 <dd><a href="/diff/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
894 899 <dd><a href="/diff/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
895 900
896 901 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'comparison/xyzzy/foo?style=monoblue' | egrep $REVLINKS
897 902 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
898 903 <li><a href="/file/xyzzy?style=monoblue">files</a></li>
899 904 <li><a href="/file/xyzzy/foo?style=monoblue">file</a></li>
900 905 <li><a href="/file/tip/foo?style=monoblue">latest</a></li>
901 906 <li><a href="/log/xyzzy/foo?style=monoblue">revisions</a></li>
902 907 <li><a href="/annotate/xyzzy/foo?style=monoblue">annotate</a></li>
903 908 <li><a href="/diff/xyzzy/foo?style=monoblue">diff</a></li>
904 909 <li><a href="/raw-diff/xyzzy/foo">raw</a></li>
905 910 <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd>
906 911 <dd><a href="/comparison/43c799df6e75/foo?style=monoblue">43c799df6e75</a></dd>
907 912 <dd><a href="/comparison/9d8c40cba617/foo?style=monoblue">9d8c40cba617</a></dd>
908 913
909 914 (De)referencing symbolic revisions (spartan)
910 915
911 916 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan' | egrep $REVLINKS
912 917 <a href="/log/tip?style=spartan">changelog</a>
913 918 <a href="/graph/tip?style=spartan">graph</a>
914 919 <a href="/file/tip/?style=spartan">files</a>
915 920 <a href="/archive/tip.zip">zip</a>
916 921 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
917 922 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">third</a></td>
918 923 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
919 924 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
920 925 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
921 926
922 927 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log?style=spartan' | egrep $REVLINKS
923 928 <a href="/shortlog/tip?style=spartan">shortlog</a>
924 929 <a href="/graph/tip?style=spartan">graph</a>
925 930 <a href="/file/tip?style=spartan">files</a>
926 931 <a href="/archive/tip.zip">zip</a>
927 932 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
928 933 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
929 934 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
930 935 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
931 936 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
932 937 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
933 938 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
934 939 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
935 940 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
936 941 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
937 942 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
938 943
939 944 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph?style=spartan' | egrep $REVLINKS
940 945 <a href="/log/tip?style=spartan">changelog</a>
941 946 <a href="/shortlog/tip?style=spartan">shortlog</a>
942 947 <a href="/file/tip/?style=spartan">files</a>
943 948 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
944 949 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
945 950
946 951 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'tags?style=spartan' | egrep $REVLINKS
947 952 <a href="/rev/9d8c40cba617?style=spartan">tip</a>
948 953
949 954 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'branches?style=spartan' | egrep $REVLINKS
950 955 <a href="/shortlog/9d8c40cba617?style=spartan" class="open">default</a>
951 956
952 957 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file?style=spartan' | egrep $REVLINKS
953 958 <a href="/log/tip?style=spartan">changelog</a>
954 959 <a href="/shortlog/tip?style=spartan">shortlog</a>
955 960 <a href="/graph/tip?style=spartan">graph</a>
956 961 <a href="/rev/tip?style=spartan">changeset</a>
957 962 <a href="/archive/tip.zip">zip</a>
958 963 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/9d8c40cba617">9d8c40cba617</a>: /</h2>
959 964 <td><a href="/file/tip/?style=spartan">[up]</a>
960 965 <a href="/file/tip/dir?style=spartan">dir/</a>
961 966 <a href="/file/tip/dir/?style=spartan">
962 967 <td><a href="/file/tip/foo?style=spartan">foo</a>
963 968
964 969 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog?style=spartan&rev=all()' | egrep $REVLINKS
965 970 <a href="/archive/tip.zip">zip</a>
966 971 <td class="node"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
967 972 <a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a>
968 973 <th class="files"><a href="/file/9d8c40cba617?style=spartan">files</a>:</th>
969 974 <td class="files"><a href="/diff/9d8c40cba617/foo?style=spartan">foo</a> </td>
970 975 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
971 976 <a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a>
972 977 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
973 978 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
974 979 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
975 980 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
976 981 <td class="child"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
977 982 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
978 983 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
979 984
980 985 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'rev/xyzzy?style=spartan' | egrep $REVLINKS
981 986 <a href="/log/xyzzy?style=spartan">changelog</a>
982 987 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
983 988 <a href="/graph/xyzzy?style=spartan">graph</a>
984 989 <a href="/file/xyzzy?style=spartan">files</a>
985 990 <a href="/raw-rev/xyzzy">raw</a>
986 991 <a href="/archive/xyzzy.zip">zip</a>
987 992 <td class="changeset"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
988 993 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
989 994 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
990 995 <td class="files"><a href="/file/a7c1559b7bba/foo?style=spartan">foo</a> </td>
991 996
992 997 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'shortlog/xyzzy?style=spartan' | egrep $REVLINKS
993 998 <a href="/log/xyzzy?style=spartan">changelog</a>
994 999 <a href="/graph/xyzzy?style=spartan">graph</a>
995 1000 <a href="/file/xyzzy/?style=spartan">files</a>
996 1001 <a href="/archive/xyzzy.zip">zip</a>
997 1002 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
998 1003 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">second</a></td>
999 1004 <td class="node"><a href="/rev/43c799df6e75?style=spartan">first</a></td>
1000 1005 navigate: <small class="navigate"><a href="/shortlog/43c799df6e75?style=spartan">(0)</a> <a href="/shortlog/tip?style=spartan">tip</a> </small>
1001 1006
1002 1007 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy?style=spartan' | egrep $REVLINKS
1003 1008 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1004 1009 <a href="/graph/xyzzy?style=spartan">graph</a>
1005 1010 <a href="/file/xyzzy?style=spartan">files</a>
1006 1011 <a href="/archive/xyzzy.zip">zip</a>
1007 1012 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
1008 1013 <td class="node"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
1009 1014 <th class="files"><a href="/file/a7c1559b7bba?style=spartan">files</a>:</th>
1010 1015 <td class="files"><a href="/diff/a7c1559b7bba/foo?style=spartan">foo</a> </td>
1011 1016 <td class="node"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
1012 1017 <th class="files"><a href="/file/43c799df6e75?style=spartan">files</a>:</th>
1013 1018 <td class="files"><a href="/diff/43c799df6e75/dir/bar?style=spartan">dir/bar</a> <a href="/diff/43c799df6e75/foo?style=spartan">foo</a> </td>
1014 1019 navigate: <small class="navigate"><a href="/log/43c799df6e75?style=spartan">(0)</a> <a href="/log/tip?style=spartan">tip</a> </small>
1015 1020
1016 1021 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'graph/xyzzy?style=spartan' | egrep $REVLINKS
1017 1022 <a href="/log/xyzzy?style=spartan">changelog</a>
1018 1023 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1019 1024 <a href="/file/xyzzy/?style=spartan">files</a>
1020 1025 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
1021 1026 navigate: <small class="navigate"><a href="/graph/43c799df6e75?style=spartan">(0)</a> <a href="/graph/tip?style=spartan">tip</a> </small>
1022 1027
1023 1028 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy?style=spartan' | egrep $REVLINKS
1024 1029 <a href="/log/xyzzy?style=spartan">changelog</a>
1025 1030 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1026 1031 <a href="/graph/xyzzy?style=spartan">graph</a>
1027 1032 <a href="/rev/xyzzy?style=spartan">changeset</a>
1028 1033 <a href="/archive/xyzzy.zip">zip</a>
1029 1034 <h2><a href="/">Mercurial</a> / files for changeset <a href="/rev/a7c1559b7bba">a7c1559b7bba</a>: /</h2>
1030 1035 <td><a href="/file/xyzzy/?style=spartan">[up]</a>
1031 1036 <a href="/file/xyzzy/dir?style=spartan">dir/</a>
1032 1037 <a href="/file/xyzzy/dir/?style=spartan">
1033 1038 <td><a href="/file/xyzzy/foo?style=spartan">foo</a>
1034 1039
1035 1040 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'file/xyzzy/foo?style=spartan' | egrep $REVLINKS
1036 1041 <a href="/log/xyzzy?style=spartan">changelog</a>
1037 1042 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1038 1043 <a href="/graph/xyzzy?style=spartan">graph</a>
1039 1044 <a href="/rev/xyzzy?style=spartan">changeset</a>
1040 1045 <a href="/file/xyzzy/?style=spartan">files</a>
1041 1046 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
1042 1047 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
1043 1048 <a href="/raw-file/xyzzy/foo">raw</a>
1044 1049 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
1045 1050 <a href="/file/43c799df6e75/foo?style=spartan">
1046 1051 <td><a href="/file/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
1047 1052
1048 1053 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'log/xyzzy/foo?style=spartan' | egrep $REVLINKS
1049 1054 href="/atom-log/tip/foo" title="Atom feed for test:foo">
1050 1055 href="/rss-log/tip/foo" title="RSS feed for test:foo">
1051 1056 <a href="/file/xyzzy/foo?style=spartan">file</a>
1052 1057 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
1053 1058 <a type="application/rss+xml" href="/rss-log/tip/foo">rss</a>
1054 1059 <a type="application/atom+xml" href="/atom-log/tip/foo" title="Atom feed for test:foo">atom</a>
1055 1060 <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>
1056 1061 <th class="firstline"><a href="/rev/a7c1559b7bba?style=spartan">second</a></th>
1057 1062 <a href="/file/a7c1559b7bba/foo?style=spartan">a7c1559b7bba</a>
1058 1063 <a href="/diff/a7c1559b7bba/foo?style=spartan">(diff)</a>
1059 1064 <a href="/annotate/a7c1559b7bba/foo?style=spartan">(annotate)</a>
1060 1065 <th class="firstline"><a href="/rev/43c799df6e75?style=spartan">first</a></th>
1061 1066 <a href="/file/43c799df6e75/foo?style=spartan">43c799df6e75</a>
1062 1067 <a href="/diff/43c799df6e75/foo?style=spartan">(diff)</a>
1063 1068 <a href="/annotate/43c799df6e75/foo?style=spartan">(annotate)</a>
1064 1069
1065 1070 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'annotate/xyzzy/foo?style=spartan' | egrep $REVLINKS
1066 1071 <a href="/log/xyzzy?style=spartan">changelog</a>
1067 1072 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1068 1073 <a href="/graph/xyzzy?style=spartan">graph</a>
1069 1074 <a href="/rev/xyzzy?style=spartan">changeset</a>
1070 1075 <a href="/file/xyzzy/?style=spartan">files</a>
1071 1076 <a href="/file/xyzzy/foo?style=spartan">file</a>
1072 1077 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
1073 1078 <a href="/raw-file/xyzzy/foo">raw</a>
1074 1079 <td><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
1075 1080 <a href="/annotate/43c799df6e75/foo?style=spartan">
1076 1081 <td><a href="/annotate/9d8c40cba617/foo?style=spartan">9d8c40cba617</a></td>
1077 1082 <a href="/annotate/43c799df6e75/foo?style=spartan#l1">
1078 1083 <a href="/annotate/43c799df6e75/foo?style=spartan#l1">
1079 1084 <a href="/diff/43c799df6e75/foo?style=spartan">diff</a>
1080 1085 <a href="/rev/43c799df6e75?style=spartan">changeset</a>
1081 1086 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2">
1082 1087 <a href="/annotate/a7c1559b7bba/foo?style=spartan#l2">
1083 1088 <a href="/annotate/43c799df6e75/foo?style=spartan">0</a></div>
1084 1089 <a href="/diff/a7c1559b7bba/foo?style=spartan">diff</a>
1085 1090 <a href="/rev/a7c1559b7bba?style=spartan">changeset</a>
1086 1091
1087 1092 $ "$TESTDIR/get-with-headers.py" $LOCALIP:$HGPORT 'diff/xyzzy/foo?style=spartan' | egrep $REVLINKS
1088 1093 <a href="/log/xyzzy?style=spartan">changelog</a>
1089 1094 <a href="/shortlog/xyzzy?style=spartan">shortlog</a>
1090 1095 <a href="/graph/xyzzy?style=spartan">graph</a>
1091 1096 <a href="/rev/xyzzy?style=spartan">changeset</a>
1092 1097 <a href="/file/xyzzy/foo?style=spartan">file</a>
1093 1098 <a href="/log/xyzzy/foo?style=spartan">revisions</a>
1094 1099 <a href="/annotate/xyzzy/foo?style=spartan">annotate</a>
1095 1100 <a href="/raw-diff/xyzzy/foo">raw</a>
1096 1101 <td class="revision"><a href="/rev/a7c1559b7bba?style=spartan">a7c1559b7bba</a></td>
1097 1102 <td class="parent"><a href="/rev/43c799df6e75?style=spartan">43c799df6e75</a></td>
1098 1103 <td class="child"><a href="/rev/9d8c40cba617?style=spartan">9d8c40cba617</a></td>
1099 1104
1100 1105 Done
1101 1106
1102 1107 $ cat errors.log
1103 1108 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
1104 1109 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now