diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-25 16:45:42 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-25 16:45:42 -0500 |
commit | 0c032afab8b5a22428d6148bd611cfe171934ae2 (patch) | |
tree | ce21723e35bb8db0169ac461130a2f52249cb7d1 /libbe | |
parent | da9c84914deb5da645f46cff892d1245cd4eaf99 (diff) | |
download | bugseverywhere-0c032afab8b5a22428d6148bd611cfe171934ae2.tar.gz |
Added -a/n/m/r to becommands/diff.py.
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/comment.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |