templates/raw/manifest.tmpl
author Matt Mackall <mpm@selenic.com>
Tue, 22 Jul 2008 13:03:21 -0500
changeset 6829 fec1da46006e
parent 6177 673d8a6bc709
permissions -rw-r--r--
dirstate.walk: build a dict rather than yield Since we're already building a seen dict, we might as well put our results in it to go slightly faster.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3941
472d9670e6e9 hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     1
{header}
6177
673d8a6bc709 Renamed "manifest" to "files" in web templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 3941
diff changeset
     2
{dentries%direntry}{fentries%fileentry}
3941
472d9670e6e9 hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
     3
{footer}