##// END OF EJS Templates
testlib: move the prune alias into a shell script for Windows...
testlib: move the prune alias into a shell script for Windows Cramming all of this directly into an alias doesn't play nicely on Windows. Various test-exchange-obsmarkers-case-XX.t were failing with: abort: cannot select revision when creating marker It turned out that inside debugcommands.debugobsolete(), the following differed from Linux (where they were empty, at least in the case I debugged): 'rev': ['.`;'], 'template': "'{node}\\n'"

File last commit:

r31944:99bc9314 default
r32007:f12b6185 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}'