Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: update-copyright/tests/data/hg_page.html

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Minor formatting fixes Created July 4, 2017, 3:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
4 <head>
5 <link rel="icon" href="/static/hgicon.png" type="image/png" />
6 <meta name="robots" content="index, nofollow"/>
7 <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" />
8 <script type="text/javascript" src="/static/mercurial.js"></script>
9
10 <title>Mercurial repositories index</title>
11 </head>
12 <body>
13
14 <div class="page_header">
15 <a href="https://mercurial-scm.org/" title="Mercurial" style="float: right;" >Mercurial</a>
16 <a href="/">Mercurial</a>
17 </div>
18
19 <table cellspacing="0">
20 <tr>
21 <td><a href="?sort=name">Name</a></td>
22 <td><a href="?sort=description">Description</a></td>
23 <td><a href="?sort=contact">Contact</a></td>
24 <td><a href="?sort=lastchange">Last modified</a></td>
25 <td>&nbsp;</td>
26 <td>&nbsp;</td>
27 </tr>
28
29 <tr class="parity0">
30 <td>
31 <a class="list" href="repo_1/">
32 <b>repo_1</b>
33 </a>
34 </td>
35 <td>This is test repo #1</td>
36 <td>e-mail address</td>
37 <td class="age">Tue, 16 May 2017 13:04:11</td>
38 <td class="indexlinks"> <a href="/repo_1/archive/tip.zip">zip</a> <a href="/rep o_1/archive/tip.tar.gz">gz</a> <a href="/repo_1/archive/tip.tar.bz2">bz2</a> </ td>
39 <td><div class="rss_logo">
40 <a href="/repo_1/rss-log">RSS</a> <a href="/repo_1/atom-log">Atom</a>
41 </div>
42 </td>
43 </tr>
44
45 <tr class="parity1">
46 <td>
47 <a class="list" href="legacy/">
48 <b>legacy</b>
49 </a>
50 </td>
51 <td>**DEPRECATED** No longer in use</td>
52 <td>&#117;&#110;&#107;&#110;&#111;&#119;&#110;</td>
53 <td class="age">Wed, 02 Mar 2016 06:17:01</td>
54 <td class="indexlinks"> <a href="/legacy/archive/tip.zip">zip</a> <a href="/leg acy/archive/tip.tar.gz">gz</a> <a href="/legacy/archive/tip.tar.bz2">bz2</a> </ td>
55 <td><div class="rss_logo">
56 <a href="/legacy/rss-log">RSS</a> <a href="/legacy/atom-log">Atom</a>
57 </div>
58 </td>
59 </tr>
60
61 <tr class="parity0">
62 <td>
63 <a class="list" href="out_of_date/">
64 <b>out_of_date</b>
65 </a>
66 </td>
67 <td>Not in use (Deprecated)</td>
68 <td>&#117;&#110;&#107;&#110;&#111;&#119;&#110;</td>
69 <td class="age">Wed, 02 Mar 2016 00:42:22</td>
70 <td class="indexlinks"> <a href="/out_of_date/archive/tip.zip">zip</a> <a href= "/out_of_date/archive/tip.tar.gz">gz</a> <a href="/out_of_date/archive/tip.tar. bz2">bz2</a> </td>
71 <td><div class="rss_logo">
72 <a href="/out_of_date/rss-log">RSS</a> <a href="/out_of_date/atom-log">Atom</a>
73 </div>
74 </td>
75 </tr>
76
77 <tr class="parity1">
78 <td>
79 <a class="list" href="repo_2/">
80 <b>repo_2</b>
81 </a>
82 </td>
83 <td>Test rep 2</td>
84 <td>e-mail address</td>
85 <td class="age">Thu, 16 Mar 2017 09:08:01</td>
86 <td class="indexlinks"> <a href="/repo_2/archive/tip.zip">zip</a> <a href="/rep o_2/archive/tip.tar.gz">gz</a> <a href="/repo_2/archive/tip.tar.bz2">bz2</a> </ td>
87 <td><div class="rss_logo">
88 <a href="/repo_2/rss-log">RSS</a> <a href="/repo_2/atom-log">Atom</a>
89 </div>
90 </td>
91 </tr>
92
93 </table>
94 <div class="page_footer">
95
96 </div>
97 <script type="text/javascript">process_dates()</script>
98 </body>
99 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld