##// END OF EJS Templates
copies: teach symmetric difference about working revisions...
copies: teach symmetric difference about working revisions - use changelog.count() as a pseudo revision number - abort early in copies if revs are the same - eliminate working dir hacks in copies - yield results as they're found

File last commit:

r5820:3a1ffc1d default
r6430:a6a66e81 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>