merge: don't use workers in in-memory mode
The worker processes can't share memory, so workers should not be used.
Differential Revision: https://phab.mercurial-scm.org/D1105
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)