dirstate: drop duplicated check
This is covered by the `@requires_parents_change` decorator that this function use.
Differential Revision: https://phab.mercurial-scm.org/D11125
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)