map-cmdline.show
3 lines
| 294 B
| text/plain
|
TextLexer
Gregory Szorc
|
r31765 | # TODO add label() once we figure out which namespace the labels belong on. | ||
showbookmarks = '{if(active, "*", " ")} {pad(bookmark, longestbookmarklen + 4)}{shortest(node, 5)}\n' | ||||
Gregory Szorc
|
r31944 | showunderway = '{shortest(node, 5)}{if(branches, " ({branch})")}{if(bookmarks, " ({bookmarks})")} {desc|firstline}' | ||