Fixfrozenexts Extension
This extension is not distributed with Mercurial.
Author: Yuya Nishihara
Download site: http://bitbucket.org/yuja/hgext-fixfrozenexts/
Overview
This extension fixes extension.disabled() to work on frozen packages.
In a word, this fixes hg help extensions to list up all extensions on Windows.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] fixfrozenexts = /path/to/fixfrozenexts.py