Don't allow spaces in tag names
authorIustin Pop <iustin@google.com>
Mon, 2 Mar 2009 12:19:23 +0000 (12:19 +0000)
committerIustin Pop <iustin@google.com>
Mon, 2 Mar 2009 12:19:23 +0000 (12:19 +0000)
commit28ab6fed934bd56da2b1f53b7f3952b805433aaf
tree571d51320cf26f15580f37669bdb2f5ecda8bc35
parent77031881461755393de6d43dbee0e6a6ad72e5c5
Don't allow spaces in tag names

This patch restricts the use of spaces in tags, as this does not allow
nice exporting of tags to environment in hooks. One can use underscores
or dashes instead of spaces.

Reviewed-by: schreiberal
lib/objects.py