##// END OF EJS Templates
fix some things people wanted to be cleaner....
fix some things people wanted to be cleaner. rename --map-file to --style. no more -t alias for --template. update docs. rename template entry in map files to changelog. if --verbose, use changelog_verbose if there, else changelog.

File last commit:

r1913:74cf2b2f default
r1913:74cf2b2f default
Show More
map-log.compact
7 lines | 225 B | text/plain | TextLexer
changelog = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
start_tags = '['
tag = '{tag},'
last_tag = '{tag}]'
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'