Differences between revisions 1 and 2
Revision 1 as of 2010-04-05 16:42:34
Size: 854
Editor: SteveBorho
Comment:
Revision 2 as of 2010-04-05 16:44:43
Size: 860
Editor: SteveBorho
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
wincolor.py - For use with Mercurial versions up to 1.5.N. Requires pyreadline to be installed.
w32color.py - For Mercurial > 1.5 (current hg-crew default tip). Requires pywin32 to be installed.
 * wincolor.py - For use with Mercurial versions up to 1.5.N. Requires pyreadline to be installed.
 * w32color.py - For Mercurial > 1.5 (current hg-crew default tip). Requires pywin32 to be installed.

Wincolor

This extension is not distributed with Mercurial.

Author: Steve Borho

Download site: http://bitbucket.org/sborho/wincolor/

Overview

The wincolor repository has two separate extensions in it.

  • wincolor.py - For use with Mercurial versions up to 1.5.N. Requires pyreadline to be installed.
  • w32color.py - For Mercurial > 1.5 (current hg-crew default tip). Requires pywin32 to be installed.

wincolor.py is being distributed with TortoiseHg installers since version 1.0.1. It simply needs to be enabled. When Mercurial 1.6 is released, w32color.py will be distributed instead.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
wincolor = C:\path\to\wincolor\wincolor.py


CategoryExtension CategoryExtensionsByOthers

WinColorExtension (last edited 2012-11-04 02:38:02 by mpm)