Mercurial > hg-stable
comparison hgeditor @ 33030:80a5d237a4ae
extensions: call afterloaded() with loaded=False for disabled extensions
If an extension was loaded but disabled due to a minimumhgversion check it
will be present in the _extensions map, but set to None. The rest of the
extensions code treats the extension as if it were not present in this case,
but the afterloaded() function called the callback with loaded=True.
author | Adam Simpkins <simpkins@fb.com> |
---|---|
date | Fri, 23 Jun 2017 10:59:05 -0700 |
parents | 1aee2ab0f902 |
children |
comparison
equal
deleted
inserted
replaced
33029:9c242e9fca65 | 33030:80a5d237a4ae |
---|