##// END OF EJS Templates
compact style: show bookmarks in the same manner as tags
Augie Fackler -
r13933:3d83c7d7 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
1 changeset = '{rev}{tags}{bookmarks}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
2 changeset_quiet = '{rev}:{node|short}\n'
2 changeset_quiet = '{rev}:{node|short}\n'
3 changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n'
3 changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n'
4 start_tags = '['
4 start_tags = '['
@@ -7,3 +7,6 b" last_tag = '{tag}]'"
7 start_parents = ':'
7 start_parents = ':'
8 parent = '{rev},'
8 parent = '{rev},'
9 last_parent = '{rev}'
9 last_parent = '{rev}'
10 start_bookmarks = '['
11 bookmark = '{bookmark},'
12 last_bookmark = '{bookmark}]'
General Comments 0
You need to be logged in to leave comments. Login now