comparison doc/hg.1.txt @ 750:25986be9a1aa

Add tag -t, deprecate tag -m manifest hash: 893aa9732b500edfa6ffc099f76b00a88a5b1943
author mpm@selenic.com
date Thu, 21 Jul 2005 15:29:35 -0500
parents c3ce3976ae75
children 0fb498458905
comparison
equal deleted inserted replaced
749:7e4843b7efd2 750:25986be9a1aa
340 options: 340 options:
341 341
342 -I, --include <pat> include directories matching the given patterns 342 -I, --include <pat> include directories matching the given patterns
343 -X, --exclude <pat> exclude directories matching the given patterns 343 -X, --exclude <pat> exclude directories matching the given patterns
344 344
345 tag [-l -t <text> -d <datecode> -u <user>] <name> [revision]:: 345 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]::
346 Name a particular revision using <name>. 346 Name a particular revision using <name>.
347 347
348 Tags are used to name particular revisions of the repository and are 348 Tags are used to name particular revisions of the repository and are
349 very useful to compare different revision, to go back to significant 349 very useful to compare different revision, to go back to significant
350 earlier versions or to mark branch points as releases, etc. 350 earlier versions or to mark branch points as releases, etc.
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 -t, --text <text> message for tag commit log entry 361 -m, --text <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