Don't mention deprecated HGEDITOR variable in the help text of commit.
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 24 Mar 2006 15:03:15 +0100
changeset 1996 4c70b10f0418
parent 1995 2da2d46862fb
child 1997 802e8a029d99
Don't mention deprecated HGEDITOR variable in the help text of commit.
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1032,8 +1032,8 @@ def commit(ui, repo, *pats, **opts):
     If a list of files is omitted, all changes reported by "hg status"
     will be committed.
 
-    The HGEDITOR or EDITOR environment variables are used to start an
-    editor to add a commit comment.
+    If no commit message is specified, the editor configured in your hgrc
+    or in the EDITOR environment variable is started to enter a message.
     """
     message = opts['message']
     logfile = opts['logfile']