templates/footer.tmpl
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 08 Jun 2007 23:49:12 -0300
changeset 4525 78b6add1f966
parent 2148 c72e618c1204
child 6096 d8477881ee0f
permissions -rw-r--r--
Add dirstate.pathto and localrepo.pathto. Every time util.pathto is called, we have to pass the repo root and the repo cwd. dirstate.pathto is a simple convenience function that knows about the root and the cwd arguments. It's still possible to pass the cwd as an optimization. localrepo.pathto is a convenience function that just calls dirstate.pathto, just like localrepo.getcwd. dirstate.pathto becomes a single point that converts most (all?) paths from the internal representation to some OS-specific relative path for display purposes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2148
c72e618c1204 Add MOTD display to hgweb and hgwebdir.
Colin McMillen <mcmillen@cs.cmu.edu>
parents: 1417
diff changeset
     1
#motd#
1417
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     2
<div class="logo">
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     3
powered by<br/>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     4
<a href="http://www.selenic.com/mercurial/">mercurial</a>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     5
</div>
90b62337f8dd hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com>
parents: 142
diff changeset
     6
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     7
</body>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     8
</html>