contrib/catapipe.py
changeset 48875 6000f5b25c9b
parent 43076 2372284d9457
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    32 
    32 
    33 Typically you'll want to place the path to the named pipe in the
    33 Typically you'll want to place the path to the named pipe in the
    34 HGCATAPULTSERVERPIPE environment variable, which both run-tests and hg
    34 HGCATAPULTSERVERPIPE environment variable, which both run-tests and hg
    35 understand. To trace *only* run-tests, use HGTESTCATAPULTSERVERPIPE instead.
    35 understand. To trace *only* run-tests, use HGTESTCATAPULTSERVERPIPE instead.
    36 """
    36 """
    37 from __future__ import absolute_import, print_function
       
    38 
    37 
    39 import argparse
    38 import argparse
    40 import json
    39 import json
    41 import os
    40 import os
    42 import timeit
    41 import timeit