diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-16 17:14:27 -0400 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-16 17:14:27 -0400 |
commit | 3b618f172c11d251f5f09874baa999b38e8ccc1f (patch) | |
tree | 62d3b273f04066ee68dd4ab51bf549506460a836 /becommands | |
parent | 17694fa83dbb2e237173de89610c82988405ca37 (diff) | |
download | bugseverywhere-3b618f172c11d251f5f09874baa999b38e8ccc1f.tar.gz |
Added prompt to comments
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/comment.py | 2 |
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.") |