##// 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:

r7111:91b0ada2 default
r7722:103127a8 default
Show More
changelogentry.tmpl
6 lines | 476 B | application/x-cheetah | CheetahLexer
<h3 class="changelog"><a class="title" href="{url}rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<ul class="changelog-entry">
<li class="age">#date|age# ago</li>
<li>by <span class="name">#author|obfuscate#</span> <span class="revdate">[#date|rfc822date#] rev #rev#</span></li>
<li class="description">#desc|strip|escape|addbreaks#</li>
</ul>