##// END OF EJS Templates
fix for cloning empty repo (.hg is still empty)
fix for cloning empty repo (.hg is still empty)

File last commit:

r1410:17703aa4 default
r1444:f84ed9c6 default
Show More
map
41 lines | 2.8 KiB | text/plain | TextLexer
Jeff Sipek
[PATCH] Move default page name into map file...
r858 default = "changelog"
mpm@selenic.com
Prettify the web interface...
r142 header = header.tmpl
footer = footer.tmpl
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search = search.tmpl
mpm@selenic.com
Revamped templated hgweb
r138 changelog = changelog.tmpl
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 naventry = "<a href="?cl=#rev#">#label#</a> "
filedifflink = "<a href="?fd=#node|short#;file=#file#">#file#</a> "
filenodelink = "<a href="?f=#filenode|short#;file=#file#">#file#</a> "
mpm@selenic.com
Revamped templated hgweb
r138 fileellipses = "..."
changelogentry = changelogentry.tmpl
Thomas Arendsen Hein
Use changelogentry.tmpl for search results, too....
r708 searchentry = changelogentry.tmpl
mpm@selenic.com
Revamped templated hgweb
r138 changeset = changeset.tmpl
manifest = manifest.tmpl
mpm@selenic.com
hgweb: add file permissions...
r359 manifestdirentry = "<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt>&nbsp;<td><a href="?cmd=manifest;manifest=#manifest#;path=#path#">#basename#/</a>"
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 manifestfileentry = "<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?f=#filenode|short#;file=#file#">#basename#</a>"
mpm@selenic.com
Revamped templated hgweb
r138 filerevision = filerevision.tmpl
fileannotate = fileannotate.tmpl
filediff = filediff.tmpl
filelog = filelog.tmpl
TK Soh
hgweb file: fixed left-justified line numbers on IE v6.0...
r1336 fileline = "<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>"
mpm@selenic.com
Revamped templated hgweb
r138 filelogentry = filelogentry.tmpl
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cs=#node|short#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
Edouard Gomez
More IE friendly diff output related templates....
r672 difflineplus = "<span class="plusline">#line|escape#</span>"
difflineminus = "<span class="minusline">#line|escape#</span>"
difflineat = "<span class="atline">#line|escape#</span>"
diffline = "#line|escape#"
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 changelogparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>"
changesetparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>"
filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file#">#node|short#</a></td></tr>"
fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?fa=#filenode|short#;file=#file#">#node|short#</a></td></tr>"
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 tags = tags.tmpl
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 tagentry = "<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cs=#node|short#">#tag#</a></li>"
Edouard Gomez
More IE friendly diff output related templates....
r672 diffblock = "<pre class="parity#parity#">#lines#</pre>"
mpm@selenic.com
Various HTML cleanups...
r602 changelogtag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>"
changesettag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>"
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>"
filelogparent = "<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="?f=#node|short#;file=#file#">#node|short#</a></td></tr>"
indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#contact|obfuscate#</td><td>#lastupdate|age# ago</td><td><a href="#url#?cl=tip;style=rss">RSS</a></td></tr>"
mpm@selenic.com
Add a multi-repository server...
r941 index = index.tmpl
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 archiveentry = "<a href="?ca=#node|short#;type=#type#">#type#</a> "
Ollivier Robert
Use a template for the error message.
r1123 notfound = notfound.tmpl