<> == 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