mercurial/templates/map-cmdline.compact
changeset 13933 3d83c7d70a98
parent 9999 f91e5630ce7e
child 28827 1e184241de51
--- 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}]'