Show More
@@ -246,6 +246,7 b' if options.file:' | |||||
246 | revsetsfile = open(options.file) |
|
246 | revsetsfile = open(options.file) | |
247 |
|
247 | |||
248 | revsets = [l.strip() for l in revsetsfile if not l.startswith('#')] |
|
248 | revsets = [l.strip() for l in revsetsfile if not l.startswith('#')] | |
|
249 | revsets = [l for l in revsets if l] | |||
249 |
|
250 | |||
250 | print "Revsets to benchmark" |
|
251 | print "Revsets to benchmark" | |
251 | print "----------------------------" |
|
252 | print "----------------------------" |
General Comments 0
You need to be logged in to leave comments.
Login now