##// END OF EJS Templates
cat --decode: Drop short option, use opts.get() instead of opts[]...
cat --decode: Drop short option, use opts.get() instead of opts[] - hg archive --no-decode has no short option, too, and maybe both could use -d in the future to select revisions by date. - opts.get makes python scripts calling cat() happy, because they don't have to pass the new option.

File last commit:

r2173:d1943df6 default
r6094:3998c1b0 default
Show More
index.tmpl
19 lines | 445 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Add a multi-repository server...
r941 #header#
<title>Mercurial repositories index</title>
</head>
<body>
<h2>Mercurial Repositories</h2>
<table>
<tr>
Thomas Arendsen Hein
Make hgwebdir columns sortable.
r2173 <td><a href="?sort=#sort_name#">Name</a></td>
<td><a href="?sort=#sort_description#">Description</a></td>
<td><a href="?sort=#sort_contact#">Contact</a></td>
<td><a href="?sort=#sort_lastchange#">Last change</a></td>
Ollivier Robert
Add RSS link to the repository index....
r1125 <td>&nbsp;</td>
mpm@selenic.com
Add a multi-repository server...
r941 <tr>
mpm@selenic.com
hgweb: convert index entries to list expansion style
r982 #entries%indexentry#
mpm@selenic.com
Add a multi-repository server...
r941 </table>
#footer#