From 0c032afab8b5a22428d6148bd611cfe171934ae2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 25 Nov 2008 16:45:42 -0500 Subject: Added -a/n/m/r to becommands/diff.py. --- libbe/comment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbe') diff --git a/libbe/comment.py b/libbe/comment.py index bd085fa..0c8372e 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -85,8 +85,8 @@ class Comment(Tree): def __init__(self, bug=None, uuid=None, from_disk=False, in_reply_to=None, body=None): """ - Set from_disk=True to load an old bug. - Set from_disk=False to create a new bug. + Set from_disk=True to load an old comment. + Set from_disk=False to create a new comment. The uuid option is required when from_disk==True. -- cgit