rebase: optimize "source" calculation in adjustdest
The "source" variable is calculated inside a loop but it does not depend on
loop variables. Therefore move it outside the loop.
Differential Revision: https://phab.mercurial-scm.org/D345
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)