Differences between revisions 1 and 2
Revision 1 as of 2010-05-31 11:09:15
Size: 585
Comment: wrote about fixfrozenexts extension
Revision 2 as of 2011-07-02 07:42:26
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


CategoryExtensionsByOthers

FixfrozenextsExtension (last edited 2012-02-15 21:47:37 by ks3095497)