libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.
authorW. Trevor King <wking@drexel.edu>
Sat, 30 Jan 2010 16:24:39 +0000 (11:24 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 30 Jan 2010 16:24:39 +0000 (11:24 -0500)
commit77bcd2ab6cd0afafc4c9ce8ec720fa167f1baeaf
treedb01cd2ac294b12d71c0868688c9a831ff0e20e8
parent3a1f36b08835772fb80141f57220b0460e1fc67b
libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.

Before, anything matching libbe.util.id.REGEXP was convert-or-die.
Now it's convert-or-no-op.  Much safer ;).  The new
_long_to_linked_user doctest would have failed with the old
implementation.
libbe/command/html.py
libbe/util/id.py