Mercurial > hg
annotate mercurial/templates/raw/graph.tmpl @ 35029:e16f68c4abe3 stable
dispatch: stop parsing of early boolean option at "--"
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 10 Nov 2017 22:27:26 +0900 |
parents | d490edc71146 |
children |
rev | line source |
---|---|
16773
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
1 {header} |
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
2 # HG graph |
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
3 # Node ID {node} |
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
4 # Rows shown {rows} |
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
5 |
d490edc71146
hgweb: make graph data suitable for template usage
Paul Boddie <paul@boddie.org.uk>
parents:
diff
changeset
|
6 {nodes%graphnode} |