##// END OF EJS Templates
worker: print traceback for uncaught exception unconditionally...
worker: print traceback for uncaught exception unconditionally This is what a Python interpreter would do if there were no os._exit().

File last commit:

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