Fri, 11 Dec 2009 11:04:31 +0100 |
David Soria Parra |
color: Add support for bookmarks
|
Fri, 11 Dec 2009 11:04:31 +0100 |
David Soria Parra |
color: Do not pass --color, --no-color parameters to wrapped function
|
Mon, 30 Nov 2009 23:10:21 +0200 |
Alexander Solovyov |
color: add support for churn --diffstat
|
Thu, 05 Nov 2009 01:11:28 +0100 |
Martin Geisler |
color: wrap qrecord
|
Sun, 25 Oct 2009 02:52:36 +0200 |
Brodie Rao |
color: colorize diff --stat
|
Wed, 07 Oct 2009 14:01:20 -0500 |
Kevin Bullock |
color: allow multiple args to ui.write()
|
Thu, 08 Oct 2009 09:27:22 +0800 |
TK Soh |
color: add support for record extension
|
Sat, 03 Oct 2009 14:39:57 -0500 |
Matt Mackall |
Merge with -stable
|
Tue, 29 Sep 2009 23:49:42 -0500 |
Kevin Bullock |
color: allow multiple args to ui.write()
|
Wed, 23 Sep 2009 15:58:07 +0200 |
Brodie Rao |
color: mark --no-color as deprecated (--color=never has the same effect)
|
Sat, 29 Aug 2009 00:30:03 +0200 |
Martin Geisler |
color: do all setup in uisetup
|
Fri, 21 Aug 2009 14:29:54 +0200 |
Patrick Mezard |
color: no need for itertools, zip() is good enough
|
Wed, 05 Aug 2009 15:00:44 +0200 |
Dan Villiom Podlaski Christiansen |
color: simplify & improve colorization of qseries
|
Sun, 26 Jul 2009 01:42:15 +0200 |
Martin Geisler |
color: wrap docstrings at 70 characters
|
Thu, 23 Jul 2009 00:22:35 +0200 |
Martin Geisler |
color: use reST syntax for literal block
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
color: wrapped docstrings at 78 characters
|
Sat, 27 Jun 2009 13:09:11 +0200 |
Dan Villiom Podlaski Christiansen |
color: don't highlight the summary part of the qseries command
|
Wed, 06 May 2009 16:27:50 -0400 |
Brodie Rao |
color: wrap qdiff/qseries after all extensions are loaded
|
Thu, 25 Jun 2009 09:23:33 -0400 |
Greg Ward |
color: don't blow up if configured with unknown color (just warn).
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sat, 20 Jun 2009 20:57:13 +0200 |
Cédric Duval |
help: remove per-extension paragraph on how to enable it
|
Mon, 01 Jun 2009 00:56:29 +0200 |
Martin Geisler |
color: yet another typo
|
Sun, 31 May 2009 14:55:51 +0200 |
Martin Geisler |
fixed typos found in translatable strings
|
Tue, 26 May 2009 22:09:39 +0200 |
Martin Geisler |
color: cleanup extra commas
|
Mon, 25 May 2009 23:06:11 +0200 |
Martin Geisler |
replace xrange(0, n) with xrange(n)
|
Mon, 25 May 2009 22:54:16 +0200 |
Martin Geisler |
color: replace re.split with ui.configlist
|
Mon, 25 May 2009 22:44:53 +0200 |
Martin Geisler |
color: use lists instead of tuples for effects
|
Sat, 02 May 2009 21:09:37 +0200 |
Martin Geisler |
color: look for mq with extensions.find
|
Sat, 04 Apr 2009 23:16:32 +0200 |
Martin Geisler |
color: word-wrap help texts at 70 characters
|
Sat, 04 Apr 2009 21:09:43 +0200 |
Martin Geisler |
Change double spaces to single spaces in help texts.
|