graft: extract `repo['.']` to local variable
It's used in two places and I'm about to use it more.
Differential Revision: https://phab.mercurial-scm.org/D7548
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)