⇤ ← Revision 1 as of 2010-05-31 11:09:15
Size: 585
Comment: wrote about fixfrozenexts extension
|
Size: 592
Comment: add note about Mercurial 1.9
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
'''This extension is not distributed with Mercurial.''' | '''Since Mercurial 1.9, this extension is no longer needed.''' |
Fixfrozenexts Extension
Since Mercurial 1.9, this extension is no longer needed.
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