view tests/sitecustomize.py @ 21598:1b0dbb91de5b

bundle2: add a ``newpart`` method to ``bundle20`` Creating new parts is the most common operation people do when exposed to a bundler. We create a dedicated method on the bundler object for it. This will simplify the code and also avoid having to import the ``mercurial.bundle2`` module in multiple places. One part creators have been updated for testing purpose.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 23 May 2014 15:45:46 -0700 (2014-05-23)
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source
try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass