comparison templates/map-cmdline.compact @ 1914:a5bf0030df5f

make --style=compact look for map-cmdline.compact. change name of key in map file from changelog to changeset. rename command map files to start with map-cmdline. rename ui.logmap to ui.style in hgrc. now --style=foo does this: tries to open foo as file. tries as map-cmdline.foo in template path. tries as foo in template path.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 04 Mar 2006 15:15:18 -0800
parents templates/map-log.compact@74cf2b2f43d4
children 8f565af14095
comparison
equal deleted inserted replaced
1913:74cf2b2f43d4 1914:a5bf0030df5f
1 changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
2 start_tags = '['
3 tag = '{tag},'
4 last_tag = '{tag}]'
5 start_parents = ':'
6 parent = '{rev},'
7 last_parent = '{rev}'