commitctx: no longer make the storage and added/removed file optional
The code using this variable is always using other, stricter, condition before
using these value. So it is safe to always carry them along.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)