Bug #859
- Fixed bug #859, which used only one color for the 'ghistory.*' report legends (thanks to Uli Martens).
This commit is contained in:
@@ -203,6 +203,8 @@
|
|||||||
description. They are now stripped (thanks to Aikido Guy).
|
description. They are now stripped (thanks to Aikido Guy).
|
||||||
+ Fixed bug #856, which prevented filters on missing project from working
|
+ Fixed bug #856, which prevented filters on missing project from working
|
||||||
(thanks to Michelle Crane).
|
(thanks to Michelle Crane).
|
||||||
|
+ Fixed bug #859, which used only one color for the 'ghistory.*' report
|
||||||
|
legends (thanks to Uli Martens).
|
||||||
+ Fixed bug #862, which suppressed feedback from the 'denotate' command.
|
+ Fixed bug #862, which suppressed feedback from the 'denotate' command.
|
||||||
|
|
||||||
# Untracked Bugs, biggest first.
|
# Untracked Bugs, biggest first.
|
||||||
|
|||||||
@@ -518,8 +518,8 @@ int CmdGHistoryMonthly::execute (std::string& output)
|
|||||||
if (context.color ())
|
if (context.color ())
|
||||||
out << format (STRING_CMD_HISTORY_LEGEND,
|
out << format (STRING_CMD_HISTORY_LEGEND,
|
||||||
color_add.colorize (STRING_CMD_HISTORY_ADDED),
|
color_add.colorize (STRING_CMD_HISTORY_ADDED),
|
||||||
color_add.colorize (STRING_CMD_HISTORY_COMP),
|
color_done.colorize (STRING_CMD_HISTORY_COMP),
|
||||||
color_add.colorize (STRING_CMD_HISTORY_DEL))
|
color_delete.colorize (STRING_CMD_HISTORY_DEL))
|
||||||
<< optionalBlankLine ()
|
<< optionalBlankLine ()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
else
|
else
|
||||||
@@ -708,8 +708,8 @@ int CmdGHistoryAnnual::execute (std::string& output)
|
|||||||
if (context.color ())
|
if (context.color ())
|
||||||
out << format (STRING_CMD_HISTORY_LEGEND,
|
out << format (STRING_CMD_HISTORY_LEGEND,
|
||||||
color_add.colorize (STRING_CMD_HISTORY_ADDED),
|
color_add.colorize (STRING_CMD_HISTORY_ADDED),
|
||||||
color_add.colorize (STRING_CMD_HISTORY_COMP),
|
color_done.colorize (STRING_CMD_HISTORY_COMP),
|
||||||
color_add.colorize (STRING_CMD_HISTORY_DEL))
|
color_delete.colorize (STRING_CMD_HISTORY_DEL))
|
||||||
<< optionalBlankLine ()
|
<< optionalBlankLine ()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user