Show More
@@ -1,15 +1,12 | |||||
1 | changeset = '{date|shortdate} {author|person} <{author|email}> ({node|short}{tags})\n\n\t* {files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\n' |
|
1 | changeset = '{date|shortdate} {author|person} <{author|email}> ({node|short}{tags})\n\n\t* {files|stringify|fill68|tabindent}{desc|fill68|tabindent|strip}\n\n' | |
2 | changeset_quiet = '{date|shortdate} {author|person} <{author|email}>\n\n\t* {desc|firstline|fill68|tabindent|strip}\n\n' |
|
2 | changeset_quiet = '{date|shortdate} {author|person} <{author|email}>\n\n\t* {desc|firstline|fill68|tabindent|strip}\n\n' | |
3 | 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' |
|
3 | 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' | |
4 | start_tags = ' [' |
|
4 | start_tags = ' [' | |
5 | tag = '{tag}, ' |
|
5 | tag = '{tag}, ' | |
6 | last_tag = '{tag}]' |
|
6 | last_tag = '{tag}]' | |
7 | start_files = '(' |
|
|||
8 | file = '{file}, ' |
|
7 | file = '{file}, ' | |
9 |
last_file = '{file} |
|
8 | last_file = '{file}:\n\t' | |
10 | start_file_adds = '(' |
|
|||
11 | file_add = '{file_add}, ' |
|
9 | file_add = '{file_add}, ' | |
12 |
last_file_add = '{file_add} |
|
10 | last_file_add = '{file_add}: new file.\n* ' | |
13 | start_file_dels = '(' |
|
|||
14 | file_del = '{file_del}, ' |
|
11 | file_del = '{file_del}, ' | |
15 |
last_file_del = '{file_del} |
|
12 | last_file_del = '{file_del}: deleted file.\n* ' |
General Comments 0
You need to be logged in to leave comments.
Login now