Restore "content_type" kwarg to Comment.new_reply().
authorW. Trevor King <wking@drexel.edu>
Tue, 2 Feb 2010 17:32:53 +0000 (12:32 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 2 Feb 2010 17:32:53 +0000 (12:32 -0500)
commitd98052a067923616efd3a27626dca29301d74246
tree8ee5b55b536624812e1031696a3d22864b70872c
parent3e16a0ab627a095605f14a5164c2d8e14a3bcaa9
Restore "content_type" kwarg to Comment.new_reply().

It had been removed in
    revno: 473.1.43
    committer: W. Trevor King <wking@drexel.edu>
    branch nick: be.restructure
    timestamp: Mon 2009-12-14 07:37:51 -0500
    message:
      Transitioned comment to Command format
when we pushed unicode encoding/decoding back to the Storage backend.

However, with the addition of libbe.util.id.short_to_long_text(),
we need it again.

Also add a Doctest showing a non-text/* comment, so utilities dealing
with them can see what they'll be working with.
libbe/command/comment.py
libbe/comment.py