Bug 445 - The command 'task h' should be ambiguous, yet works

- Fixed bug #445, which caused task to not notice that the command 'h' is
  ambiguous.  This was caused by mistakenly first autoCompleting against
  a set of alias names, during canonicalization, instead of autoCompleting
  against the whole set of possible commands and aliases, then doing the
  canonicalization.  The order was reversed.
- Also populated list of all commands with alias names, so the above
  could be corrected.
This commit is contained in:
Paul Beckingham
2010-07-28 17:50:47 -04:00
parent e886f7635b
commit 3952765de0
3 changed files with 88 additions and 66 deletions

View File

@@ -36,6 +36,8 @@
+ Fixed bug #439, which ignored dateformat.annotation for sparse annotations.
+ Fixed bug #441, which misparsed '/a/a:/' as an attribute, rather than a
substitution (thanks to Michelle Crane).
+ Fixed bug #445, which caused task to not notice that the command 'h' is
ambiguous.
+ Fixed problem with command line configuration overrides that had no
values.