tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 17 Oct 2014 14:59:10 +0200
changeset 23179 6bb9533fa8fa
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
getbundle: send highest changegroup format supported by both side When using bundle2, we find the common subset of supported changegroup-packers and we pick the max of them. This allow to use generaldelta aware changegroup through bundle2.

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass