aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-25 16:45:42 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-25 16:45:42 -0500
commit0c032afab8b5a22428d6148bd611cfe171934ae2 (patch)
treece21723e35bb8db0169ac461130a2f52249cb7d1 /libbe
parentda9c84914deb5da645f46cff892d1245cd4eaf99 (diff)
downloadbugseverywhere-0c032afab8b5a22428d6148bd611cfe171934ae2.tar.gz
Added -a/n/m/r to becommands/diff.py.
Diffstat (limited to 'libbe')
-rw-r--r--libbe/comment.py4
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.