revlogdeltas: move special cases around raw revisions in finddeltainfo
The method already contains logic for no-diff cases. Having everything in the
same place is more consistent and unlocks other code improvements.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)