mercurial/commands.py
changeset 1995 2da2d46862fb
parent 1994 78ef83c9e9e1
child 1996 4c70b10f0418
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']