largefile: rearrange conditionnal in `synclfdirstate`
We can liquidate the special case early, so do we.
Differential Revision: https://phab.mercurial-scm.org/D11141
from __future__ import absolute_importimport hashlibtry: from ..thirdparty import sha1dc # pytype: disable=import-error sha1 = sha1dc.sha1except (ImportError, AttributeError): sha1 = hashlib.sha1