comparison doc/hg.1.txt @ 761:0fb498458905

Change all references to -t --text commit message to -m and --message.
author Andrew Thompson <andrewkt@aktzero.com>
date Fri, 22 Jul 2005 15:59:13 +0100
parents 25986be9a1aa
children b444a7e053f1
comparison
equal deleted inserted replaced
760:73540173e14c 761:0fb498458905
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 -m, --text <text> use <text> as commit message 115 -m, --message <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
356 similarly to other project files and can be hand-edited if 356 similarly to other project files and can be hand-edited if
357 necessary. 357 necessary.
358 358
359 options: 359 options:
360 -l, --local make the tag local 360 -l, --local make the tag local
361 -m, --text <text> message for tag commit log entry 361 -m, --message <text> message for tag commit log entry
362 -d, --date <datecode> datecode for commit 362 -d, --date <datecode> datecode for commit
363 -u, --user <user> user for commit 363 -u, --user <user> user for commit
364 364
365 Note: Local tags are not version-controlled or distributed and are 365 Note: Local tags are not version-controlled or distributed and are
366 stored in the .hg/localtags file. If there exists a local tag and 366 stored in the .hg/localtags file. If there exists a local tag and