comparison resources/hg_log.style @ 53:b7caa6693c39

`Hglog` window improvements: - Using a better looking Mercurial style file. - Using syntax highlighting.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 10 Nov 2012 22:53:46 -0800
parents
children
comparison
equal deleted inserted replaced
52:cd0b1cea326c 53:b7caa6693c39
1 changeset = '{rev}:{node|short}{bookmarks}{tags} {desc|firstline} (by {author|user}, {date|localdate|age})\n'
2
3 start_bookmarks = ' '
4 bookmark = '+{bookmark}'
5
6 start_tags = ' '
7 tag = '#{tag}'
8