diff -r b65af904d6d7 -r 80fd2958235a doc/hg.1.txt --- a/doc/hg.1.txt Fri Jul 29 12:30:12 2005 -0800 +++ b/doc/hg.1.txt Fri Jul 29 15:02:27 2005 -0800 @@ -100,11 +100,11 @@ options: -U, --noupdate do not update the new working directory -commit [-A -t -l -m -u -d ] [files...]:: +commit [options] [files...]:: Commit changes to the given files into the repository. If a list of files is omitted, all changes reported by "hg status" - will be commited. + from the root of the repository will be commited. The HGEDITOR or EDITOR environment variables are used to start an editor to add a commit comment. @@ -112,6 +112,8 @@ Options: -A, --addremove run addremove during commit + -I, --include include names matching the given patterns + -X, --exclude exclude names matching the given patterns -m, --message use as commit message -l, --logfile show the commit message for the given file -d, --date record datecode as commit date