--- a/mercurial/templates/map-cmdline.compact Wed Apr 13 12:30:41 2011 -0500
+++ b/mercurial/templates/map-cmdline.compact Wed Apr 13 13:06:35 2011 -0500
@@ -1,4 +1,4 @@
-changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
+changeset = '{rev}{tags}{bookmarks}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
changeset_quiet = '{rev}:{node|short}\n'
changeset_verbose = '{rev}{tags}{parents} {node|short} {date|isodate} {author}\n {desc|strip}\n\n'
start_tags = '['
@@ -7,3 +7,6 @@
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'
+start_bookmarks = '['
+bookmark = '{bookmark},'
+last_bookmark = '{bookmark}]'