contrib/revsetbenchmarks.py
changeset 25642 5265932aad83
parent 25607 ddb2a648fdbd
child 25646 57e7a060a06f
--- a/contrib/revsetbenchmarks.py	Sat Jun 20 18:03:38 2015 -0700
+++ b/contrib/revsetbenchmarks.py	Sat Jun 20 04:13:25 2015 -0700
@@ -246,6 +246,7 @@
     revsetsfile = open(options.file)
 
 revsets = [l.strip() for l in revsetsfile if not l.startswith('#')]
+revsets = [l for l in revsets if l]
 
 print "Revsets to benchmark"
 print "----------------------------"