# HG changeset patch # User Martin Geisler # Date 1300112398 -3600 # Node ID 72040d98ff0ab2a1888cc00d687f284448396f04 # Parent 4e976235c9855142c072a6c83a0f881407eda982 color: wrap lines in docstring diff -r 4e976235c985 -r 72040d98ff0a hgext/color.py --- a/hgext/color.py Mon Mar 14 14:05:19 2011 +0100 +++ b/hgext/color.py Mon Mar 14 15:19:58 2011 +0100 @@ -18,11 +18,11 @@ '''colorize output from some commands -This extension modifies the status and resolve commands to add color to their -output to reflect file status, the qseries command to add color to reflect -patch status (applied, unapplied, missing), and to diff-related -commands to highlight additions, removals, diff headers, and trailing -whitespace. +This extension modifies the status and resolve commands to add color +to their output to reflect file status, the qseries command to add +color to reflect patch status (applied, unapplied, missing), and to +diff-related commands to highlight additions, removals, diff headers, +and trailing whitespace. Other effects in addition to color, like bold and underlined text, are also available. Effects are rendered with the ECMA-48 SGR control