tests/artifacts/scripts/generate-churning-bundle.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
child 51277 d7155949535e
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    15 # time. This update happens over many topological branches, some getting merged
    15 # time. This update happens over many topological branches, some getting merged
    16 # back.
    16 # back.
    17 #
    17 #
    18 # Running with `chg` in your path and `CHGHG` set is recommended for speed.
    18 # Running with `chg` in your path and `CHGHG` set is recommended for speed.
    19 
    19 
    20 from __future__ import absolute_import, print_function
       
    21 
    20 
    22 import hashlib
    21 import hashlib
    23 import os
    22 import os
    24 import shutil
    23 import shutil
    25 import subprocess
    24 import subprocess