##// END OF EJS Templates
filemerge: optionally strip quotes from merge marker template (BC)...
filemerge: optionally strip quotes from merge marker template (BC) For consistency with the other template options. Quotes are necessary if you want to preserve leading/trailing whitespace, which would be stripped by config parser.

File last commit:

r31944:99bc9314 default
r32047:458f7294 default
Show More
map-cmdline.show
3 lines | 294 B | text/plain | TextLexer
Gregory Szorc
show: new extension for displaying various repository data...
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
show: implement underway view...
r31944 showunderway = '{shortest(node, 5)}{if(branches, " ({branch})")}{if(bookmarks, " ({bookmarks})")} {desc|firstline}'