changeset 22556 | 480a24ad9f77 |
parent 22555 | 2143d794e960 |
child 23139 | e53f6b72a0e4 |
--- a/contrib/revsetbenchmarks.py Tue Sep 23 17:08:49 2014 -0700 +++ b/contrib/revsetbenchmarks.py Tue Sep 23 17:09:19 2014 -0700 @@ -94,7 +94,7 @@ if options.file: revsetsfile = open(options.file) -revsets = [l.strip() for l in revsetsfile] +revsets = [l.strip() for l in revsetsfile if not l.startswith('#')] print "Revsets to benchmark" print "----------------------------"