view templates/filelog.tmpl @ 3323:39fd6e82ea38

merge: pull user messages out to hg.py - add _update for shadowing in clone - add _showstats helper - remove update parameter defaults - move stats message and merge help messages
author Matt Mackall <mpm@selenic.com>
date Tue, 10 Oct 2006 03:39:44 -0500
parents 46188b9528ca
children ce8f31e0b3b8
line wrap: on
line source

#header#
<title>#repo|escape#: #file|escape# history</title>
<link rel="alternate" type="application/rss+xml"
   href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>

<div class="buttons">
<a href="#url#log{getentries}">changelog</a>
<a href="#url#shortlog{getentries}">shortlog</a>
<a href="#url#tags{getentries}">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a>
<a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
</div>

<h2>#file|escape# revision history</h2>

#entries%filelogentry#

#footer#