Mercurial > hg
annotate mercurial/templates/raw/manifest.tmpl @ 40826:1617aa916d88
commandserver: expand log path for convenience
This allows us to set the log path relative to $XDG_RUNTIME_DIR, for instance.
[cmdserver]
log = $XDG_RUNTIME_DIR/chg/server.log
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 10 Nov 2018 19:27:47 +0900 |
parents | f91e5630ce7e |
children |
rev | line source |
---|---|
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} |