From 3b618f172c11d251f5f09874baa999b38e8ccc1f Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Sun, 16 Apr 2006 17:14:27 -0400 Subject: Added prompt to comments --- becommands/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'becommands/comment.py') 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.") -- cgit