comparison mercurial/commands.py @ 1995:2da2d46862fb

Spelling fix: "commited" -> "committed"
author mcmillen@cs.cmu.edu
date Fri, 24 Mar 2006 14:53:23 +0100
parents 78ef83c9e9e1
children 4c70b10f0418
comparison
equal deleted inserted replaced
1994:78ef83c9e9e1 1995:2da2d46862fb
1028 """commit the specified files or all outstanding changes 1028 """commit the specified files or all outstanding changes
1029 1029
1030 Commit changes to the given files into the repository. 1030 Commit changes to the given files into the repository.
1031 1031
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 commited. 1033 will be committed.
1034 1034
1035 The HGEDITOR or EDITOR environment variables are used to start an 1035 The HGEDITOR or EDITOR environment variables are used to start an
1036 editor to add a commit comment. 1036 editor to add a commit comment.
1037 """ 1037 """
1038 message = opts['message'] 1038 message = opts['message']