comparison mercurial/commands.py @ 905:65763ff9fa53

Update online help of hg heads for new --branches option.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 15 Aug 2005 05:22:40 +0100
parents 969647d5100a
children c711930cf15d
comparison
equal deleted inserted replaced
904:969647d5100a 905:65763ff9fa53
1266 "forget": 1266 "forget":
1267 (forget, 1267 (forget,
1268 [('I', 'include', [], 'include path in search'), 1268 [('I', 'include', [], 'include path in search'),
1269 ('X', 'exclude', [], 'exclude path from search')], 1269 ('X', 'exclude', [], 'exclude path from search')],
1270 "hg forget FILE..."), 1270 "hg forget FILE..."),
1271 "heads": (heads, [('b', 'branches', None, 'find branch info')], 'hg heads'), 1271 "heads":
1272 (heads,
1273 [('b', 'branches', None, 'find branch info')],
1274 'hg [-b] heads'),
1272 "help": (help_, [], 'hg help [COMMAND]'), 1275 "help": (help_, [], 'hg help [COMMAND]'),
1273 "identify|id": (identify, [], 'hg identify'), 1276 "identify|id": (identify, [], 'hg identify'),
1274 "import|patch": 1277 "import|patch":
1275 (import_, 1278 (import_,
1276 [('p', 'strip', 1, 'path strip'), 1279 [('p', 'strip', 1, 'path strip'),