##// END OF EJS Templates
Web site and wiki are now the same.
Web site and wiki are now the same.

File last commit:

r1987:04c17fc3 default
r2031:d242719c default
Show More
map-cmdline.changelog
15 lines | 838 B | text/plain | TextLexer
/ templates / map-cmdline.changelog
Vadim Gelfer
add changelog style to command line template....
r1987 changeset = '{date|shortdate} {author|person} <{author|email}> ({node|short}{tags})\n\n\t* {files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\n'
changeset_quiet = '{date|shortdate} {author|person} <{author|email}>\n\n\t* {desc|firstline|fill68|tabindent|strip}\n\n'
changeset_verbose = '{date|isodate} {author|person} <{author|email}> ({node|short}{tags})\n\n\t* {file_adds|stringify|fill68|tabindent}{file_dels|stringify|fill68|tabindent}{files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\n'
start_tags = ' ['
tag = '{tag}, '
last_tag = '{tag}]'
start_files = '('
file = '{file}, '
last_file = '{file}):\n\t'
start_file_adds = '('
file_add = '{file_add}, '
last_file_add = '{file_add}): new file.\n* '
start_file_dels = '('
file_del = '{file_del}, '
last_file_del = '{file_del}): deleted file.\n* '