##// END OF EJS Templates
test-patchbomb: fix style...
test-patchbomb: fix style Specifying revisions without -r is deprecated, break long lines.

File last commit:

r8342:b24290c7 default
r8351:f28c2f8b default
Show More
map-cmdline.compact
9 lines | 372 B | text/plain | TextLexer
Vadim Gelfer
make --style=compact look for map-cmdline.compact....
r1914 changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
Vadim Gelfer
add changeset_quiet to templates.
r1919 changeset_quiet = '{rev}:{node|short}\n'
Alexander Solovyov
add verbose output to compact template style
r8342 changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n'
Vadim Gelfer
make --style=compact look for map-cmdline.compact....
r1914 start_tags = '['
tag = '{tag},'
last_tag = '{tag}]'
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'