Mercurial > hg
annotate templates/raw/manifest.tmpl @ 5439:d0c67b52ac01
convert: make contents of "extra" dict available from sources, for sinks.
This breaks hash preservation for hg->hg conversion, as each converted
change gets a convert_revision item added to its extra dict. Ugh.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 10 Oct 2007 15:30:00 -0700 |
parents | 472d9670e6e9 |
children | 673d8a6bc709 |
rev | line source |
---|---|
3941
472d9670e6e9
hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
diff
changeset
|
1 {header} |
472d9670e6e9
hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
diff
changeset
|
2 {dentries%manifestdirentry}{fentries%manifestfileentry} |
472d9670e6e9
hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
diff
changeset
|
3 {footer} |