LUDelTags: Improve formatting of error message
authorMichael Hanselmann <hansmi@google.com>
Fri, 1 Oct 2010 14:59:59 +0000 (16:59 +0200)
committerMichael Hanselmann <hansmi@google.com>
Tue, 5 Oct 2010 14:59:06 +0000 (16:59 +0200)
commit91c69b44249f38761daede714b2af2ae3b11c321
tree9ed1921f517284bd8aeaa09eab2c314f10f3096d
parent60db933622f1ef44165bd34405f7a68d5bb25426
LUDelTags: Improve formatting of error message

Use utils.CommaJoin to add spaces after comma, clean up code a bit.

Before: Tag(s) 'bar','baz','foo','moo' not found
After: Tag(s) 'bar', 'baz', 'foo', 'moo' not found

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/cmdlib.py