##// END OF EJS Templates
test-command-template.t: make "age" filter test work on Feb 29th...
test-command-template.t: make "age" filter test work on Feb 29th reported by Julien Cristau.

File last commit:

r14046:b24e5a70 default
r18207:3b100535 stable
Show More
header.tmpl
7 lines | 332 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <!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" />
Benoit Allard
web: Made elapsed time calculation dynamic (javascript)....
r14046 <script type="text/javascript" src="{staticurl}mercurial.js"></script>