# HG changeset patch
# User Martin Geisler <mg@aragost.com>
# Date 1300107265 -3600
#      Mon Mar 14 13:54:25 2011 +0100
# Branch stable
# Node ID c9ddc39c21b6c5245da7ca3400bbb544b3304d6a
# Parent  33a33f19aad2c36d66c7d8ecb40732a59df7972f
color: don't mention internal function in docstring

The render_text function actually never existed, the docstring
probably meant the render_effects function instead.

diff --git a/hgext/color.py b/hgext/color.py
--- a/hgext/color.py
+++ b/hgext/color.py
@@ -26,8 +26,7 @@
 
 Other effects in addition to color, like bold and underlined text, are
 also available. Effects are rendered with the ECMA-48 SGR control
-function (aka ANSI escape codes). This module also provides the
-render_text function, which can be used to add effects to any text.
+function (aka ANSI escape codes).
 
 Default effects may be overridden from your configuration file::