comparison mercurial/commands.py @ 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 87e2b094ab86
comparison
equal deleted inserted replaced
749:7e4843b7efd2 750:25986be9a1aa
1183 ('X', 'exclude', [], 'exclude path from search')], 1183 ('X', 'exclude', [], 'exclude path from search')],
1184 'hg status [OPTION]... [FILE]...'), 1184 'hg status [OPTION]... [FILE]...'),
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]'),
1192 "tags": (tags, [], 'hg tags'), 1193 "tags": (tags, [], 'hg tags'),
1193 "tip": (tip, [], 'hg tip'), 1194 "tip": (tip, [], 'hg tip'),