##// END OF EJS Templates
incoming: move code from commands to cmdutil...
incoming: move code from commands to cmdutil This makes it easier to reuse it in a recursive fashion for subrepos.

File last commit:

r11936:5b559934 default
r12273:e392d00a default
Show More
map
28 lines | 780 B | text/plain | TextLexer
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 = ''
filenolink = ''
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'
tags = '{entries%tagentry}'
tagentry = '{tag} {node}\n'
branches = '{entries%branchentry}'
branchentry = '{branch} {node} {status}\n'