hgext/largefiles/CONTRIBUTORS
author Jun Wu <quark@fb.com>
Mon, 28 Aug 2017 13:43:25 -0700
changeset 34038 bc2535238de2
parent 15168 cfccd3bee7b3
permissions -rw-r--r--
import-checker: allow relative import a module being checked This would make the checker more friendly for 3rd-party code. For example, In remotefilelog/x.py, it may have: from . import shallowutils That could trigger "relative import of stdlib module" if "remotefilelog" was installed in the system. If the module being checked conflicts with the system module, it makes sense to not treat that module as system module. This patch makes it so. Differential Revision: https://phab.mercurial-scm.org/D552

Greg Ward, author of the original bfiles extension
Na'Tosha Bard of Unity Technologies
Fog Creek Software
Special thanks to the University of Toronto and the UCOSP program