##// END OF EJS Templates
Don't mention deprecated HGEDITOR variable in the help text of commit.
Thomas Arendsen Hein -
r1996:4c70b10f default
parent child Browse files
Show More
@@ -1032,8 +1032,8 b' def commit(ui, repo, *pats, **opts):'
1032 If a list of files is omitted, all changes reported by "hg status"
1032 If a list of files is omitted, all changes reported by "hg status"
1033 will be committed.
1033 will be committed.
1034
1034
1035 The HGEDITOR or EDITOR environment variables are used to start an
1035 If no commit message is specified, the editor configured in your hgrc
1036 editor to add a commit comment.
1036 or in the EDITOR environment variable is started to enter a message.
1037 """
1037 """
1038 message = opts['message']
1038 message = opts['message']
1039 logfile = opts['logfile']
1039 logfile = opts['logfile']
General Comments 0
You need to be logged in to leave comments. Login now