hg: install hgweb templates
This commit is contained in:
parent
e437b1b289
commit
e74d851d69
127 changed files with 5752 additions and 4 deletions
9
sys/lib/python/mercurial/templates/raw/changeset.tmpl
Normal file
9
sys/lib/python/mercurial/templates/raw/changeset.tmpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
{header}
|
||||
# HG changeset patch
|
||||
# User {author}
|
||||
# Date {date|hgdate}
|
||||
# Node ID {node}
|
||||
{parent%changesetparent}
|
||||
{desc}
|
||||
|
||||
{diff}
|
2
sys/lib/python/mercurial/templates/raw/error.tmpl
Normal file
2
sys/lib/python/mercurial/templates/raw/error.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
{header}
|
||||
error: {error}
|
5
sys/lib/python/mercurial/templates/raw/fileannotate.tmpl
Normal file
5
sys/lib/python/mercurial/templates/raw/fileannotate.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
{header}
|
||||
{annotate%annotateline}
|
||||
{footer}
|
||||
|
||||
|
5
sys/lib/python/mercurial/templates/raw/filediff.tmpl
Normal file
5
sys/lib/python/mercurial/templates/raw/filediff.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
{header}
|
||||
{diff}
|
||||
{footer}
|
||||
|
||||
|
2
sys/lib/python/mercurial/templates/raw/index.tmpl
Normal file
2
sys/lib/python/mercurial/templates/raw/index.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
{header}
|
||||
{entries%indexentry}
|
3
sys/lib/python/mercurial/templates/raw/manifest.tmpl
Normal file
3
sys/lib/python/mercurial/templates/raw/manifest.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
{header}
|
||||
{dentries%direntry}{fentries%fileentry}
|
||||
{footer}
|
23
sys/lib/python/mercurial/templates/raw/map
Normal file
23
sys/lib/python/mercurial/templates/raw/map
Normal file
|
@ -0,0 +1,23 @@
|
|||
mimetype = 'text/plain; charset={encoding}'
|
||||
header = ''
|
||||
footer = ''
|
||||
changeset = changeset.tmpl
|
||||
difflineplus = '{line}'
|
||||
difflineminus = '{line}'
|
||||
difflineat = '{line}'
|
||||
diffline = '{line}'
|
||||
changesetparent = '# Parent {node}'
|
||||
changesetchild = '# Child {node}'
|
||||
filenodelink = ''
|
||||
fileline = '{line}'
|
||||
diffblock = '{lines}'
|
||||
filediff = filediff.tmpl
|
||||
fileannotate = fileannotate.tmpl
|
||||
annotateline = '{author|user}@{rev}: {line}'
|
||||
manifest = manifest.tmpl
|
||||
direntry = 'drwxr-xr-x {basename}\n'
|
||||
fileentry = '{permissions|permissions} {size} {basename}\n'
|
||||
index = index.tmpl
|
||||
notfound = notfound.tmpl
|
||||
error = error.tmpl
|
||||
indexentry = '{url}\n'
|
2
sys/lib/python/mercurial/templates/raw/notfound.tmpl
Normal file
2
sys/lib/python/mercurial/templates/raw/notfound.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
{header}
|
||||
error: repository {repo} not found
|
Loading…
Add table
Add a link
Reference in a new issue