aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/comment.py
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2006-04-16 17:14:27 -0400
committerAaron Bentley <aaron.bentley@utoronto.ca>2006-04-16 17:14:27 -0400
commit3b618f172c11d251f5f09874baa999b38e8ccc1f (patch)
tree62d3b273f04066ee68dd4ab51bf549506460a836 /becommands/comment.py
parent17694fa83dbb2e237173de89610c82988405ca37 (diff)
downloadbugseverywhere-3b618f172c11d251f5f09874baa999b38e8ccc1f.tar.gz
Added prompt to comments
Diffstat (limited to 'becommands/comment.py')
-rw-r--r--becommands/comment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/comment.py b/becommands/comment.py
index 4f0bf3b..5f7128d 100644
--- a/becommands/comment.py
+++ b/becommands/comment.py
@@ -49,7 +49,7 @@ def execute(args):
bug, parent_comment = cmdutil.get_bug_and_comment(args[0])
if len(args) == 1:
try:
- body = utility.editor_string()
+ body = utility.editor_string("Please enter your comment above")
except utility.CantFindEditor:
raise cmdutil.UserError(
"No comment supplied, and EDITOR not specified.")