Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-04-05 16:42:34
Size: 854
Editor: SteveBorho
Comment:
Revision 3 as of 2012-02-15 22:49:18
Size: 857
Editor: ks3095497
Comment: Download location is a repository.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/sborho/wincolor/ Repository: http://bitbucket.org/sborho/wincolor/
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

Repository: 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)