##// END OF EJS Templates
Add tag -t, deprecate tag -m...
mpm@selenic.com -
r750:25986be9 default
parent child Browse files
Show More
@@ -342,7 +342,7 b' status [options] [files]::'
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
@@ -358,7 +358,7 b' tag [-l -t <text> -d <datecode> -u <user'
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
@@ -1185,7 +1185,8 b' table = {'
1185 "tag":
1185 "tag":
1186 (tag,
1186 (tag,
1187 [('l', 'local', None, 'make the tag local'),
1187 [('l', 'local', None, 'make the tag local'),
1188 ('t', 'text', "", 'commit text'),
1188 ('m', 'text', "", 'commit message'),
1189 ('t', 'text', "", 'commit message (deprecated)'),
1189 ('d', 'date', "", 'date code'),
1190 ('d', 'date', "", 'date code'),
1190 ('u', 'user', "", 'user')],
1191 ('u', 'user', "", 'user')],
1191 'hg tag [OPTION]... NAME [REV]'),
1192 'hg tag [OPTION]... NAME [REV]'),
General Comments 0
You need to be logged in to leave comments. Login now