##// END OF EJS Templates
add --pure flag to setup.py...
add --pure flag to setup.py This flag will make the build_py step install the pure Python modules in mercurial/pure/ into mercurial/ and furthermore prevent building the C extensions.

File last commit:

r5820:3a1ffc1d default
r7722:103127a8 default
Show More
index.tmpl
26 lines | 657 B | application/x-cheetah | CheetahLexer
#header#
<title>Mercurial repositories index</title>
</head>
<body>
<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
Repositories list
</div>
<table cellspacing="0">
<tr>
<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>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
#entries%indexentry#
</table>
<div class="page_footer">
#motd#
</div>
</body>
</html>