Size: 585
Comment: wrote about fixfrozenexts extension
|
← Revision 3 as of 2012-02-15 21:47:37 ⇥
Size: 589
Comment: Download location is a repository.
|
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.''' |
Line 7: | Line 7: |
Download site: http://bitbucket.org/yuja/hgext-fixfrozenexts/ | Repository: http://bitbucket.org/yuja/hgext-fixfrozenexts/ |
Fixfrozenexts Extension
Since Mercurial 1.9, this extension is no longer needed.
Author: Yuya Nishihara
Repository: 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