Mercurial > hg-stable
view templates/filelog.tmpl @ 898:3616c0d7ab88
Add searching for named branches
named branching is when you identify a head by a tag on an earlier revision.
This patch adds repo.branchlookup for searching through the tree to
find branch tags for heads.
hg update -b tag is added to checkout based on branch tags
hg heads -b is added to print the tag associated with each head
author | mason@suse.com |
---|---|
date | Sun, 14 Aug 2005 12:23:45 -0800 |
parents | 148f642d1f8e |
children | ea67e5b37043 5197fb9d65d5 4f81068ed8cd |
line wrap: on
line source
#header# <title>#repo|escape#: #file# history</title> <link rel="alternate" type="application/rss+xml" href="?cmd=filelog;file=#file#;filenode=0;style=rss" title="RSS feed for #repo|escape#:#file#"> </head> </head> <body> <div class="buttons"> <a href="?cmd=changelog">changelog</a> <a href="?cmd=tags">tags</a> <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a> <a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a> <a type="application/rss+xml" href="?cmd=filelog;file=#file#;filenode=0;style=rss">rss</a> </div> <h2>#file# revision history</h2> #entries# #footer#