##// END OF EJS Templates
Update online help of hg heads for new --branches option.
Thomas Arendsen Hein -
r905:65763ff9 default
parent child Browse files
Show More
@@ -1268,7 +1268,10 b' table = {'
1268 1268 [('I', 'include', [], 'include path in search'),
1269 1269 ('X', 'exclude', [], 'exclude path from search')],
1270 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 1275 "help": (help_, [], 'hg help [COMMAND]'),
1273 1276 "identify|id": (identify, [], 'hg identify'),
1274 1277 "import|patch":
General Comments 0
You need to be logged in to leave comments. Login now