doc/hg.1.txt
changeset 745 9246ae925d57
parent 740 d2422f10c136
child 746 9095e3456ea7
equal deleted inserted replaced
744:3d88f6dd1ed4 745:9246ae925d57
    98     source and destination are on the same filesystem.
    98     source and destination are on the same filesystem.
    99 
    99 
   100     options:
   100     options:
   101     -U, --noupdate   do not update the new working directory
   101     -U, --noupdate   do not update the new working directory
   102 
   102 
   103 commit [-A -t -l <file> -t <text> -u <user> -d <datecode>] [files...]::
   103 commit [-A -t -l <file> -m <text> -u <user> -d <datecode>] [files...]::
   104     Commit changes to the given files into the repository.
   104     Commit changes to the given files into the repository.
   105     
   105     
   106     If a list of files is omitted, all changes reported by "hg status"
   106     If a list of files is omitted, all changes reported by "hg status"
   107     will be commited.
   107     will be commited.
   108     
   108     
   110     editor to add a commit comment.
   110     editor to add a commit comment.
   111 
   111 
   112     Options:
   112     Options:
   113 
   113 
   114     -A, --addremove       run addremove during commit
   114     -A, --addremove       run addremove during commit
   115     -t, --text <text>     use <text> as commit message
   115     -m, --text <text>     use <text> as commit message
   116     -l, --logfile <file>  show the commit message for the given file
   116     -l, --logfile <file>  show the commit message for the given file
   117     -d, --date <datecode> record datecode as commit date
   117     -d, --date <datecode> record datecode as commit date
   118     -u, --user <user>     record user as commiter
   118     -u, --user <user>     record user as commiter
   119 
   119 
   120     aliases: ci
   120     aliases: ci