##// END OF EJS Templates
churn: sort users with same churn by name...
churn: sort users with same churn by name This makes the output order well-defined and improves code readability.

File last commit:

r14046:b24e5a70 default
r18369:2150e70c default
Show More
header.tmpl
7 lines | 332 B | application/x-cheetah | CheetahLexer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="icon" href="{staticurl}hgicon.png" type="image/png">
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="{staticurl}style.css" type="text/css" />
<script type="text/javascript" src="{staticurl}mercurial.js"></script>