contrib/revsetbenchmarks.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     6 #
     6 #
     7 # You should run this from the root of your mercurial repository.
     7 # You should run this from the root of your mercurial repository.
     8 #
     8 #
     9 # call with --help for details
     9 # call with --help for details
    10 
    10 
    11 from __future__ import absolute_import, print_function
       
    12 import math
    11 import math
    13 import optparse  # cannot use argparse, python 2.7 only
    12 import optparse  # cannot use argparse, python 2.7 only
    14 import os
    13 import os
    15 import re
    14 import re
    16 import subprocess
    15 import subprocess