Differences between revisions 3 and 4
Revision 3 as of 2012-02-15 22:49:18
Size: 857
Editor: ks3095497
Comment: Download location is a repository.
Revision 4 as of 2012-11-04 02:38:02
Size: 863
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(A:dated)>>
Line 28: Line 30:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

Note:

This page appears to contain material that is no longer relevant. Please help improve this page by updating its content.

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


CategoryExtensionsByOthers

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