Bug Fix - #369 task config color.alternate does not take multiple args

- Fixed bug that meant these commands would not work:
    $ task config name 'one two three'
    $ task config name one two three
  (thanks to Richard Querin).
This commit is contained in:
Paul Beckingham
2010-02-05 18:22:36 -05:00
parent 0642c37c04
commit 73d6e05c0e
3 changed files with 21 additions and 2 deletions

View File

@@ -75,6 +75,8 @@
Florian).
+ Fixed bug #368 which caused recurring tasks 'until' dates to be rendered as
epoch numbers instead of dates (thanks to Cory Donnelly).
+ Fixed bug #369 which prevented the config command from setting quoted or
unquoted multi-word values (thanks to Richard Querin).
------ old releases ------------------------------