##// END OF EJS Templates
color: update the help table...
Pierre-Yves David -
r31129:71f692f1 default
parent child Browse files
Show More
@@ -208,6 +208,7 b' def internalshelp(ui):'
208 208 return ''.join(lines)
209 209
210 210 helptable = sorted([
211 (['color'], _("Colorizing Outputs"), loaddoc('color')),
211 212 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')),
212 213 (["dates"], _("Date Formats"), loaddoc('dates')),
213 214 (["patterns"], _("File Name Patterns"), loaddoc('patterns')),
@@ -340,6 +340,7 b' Testing -h/--help:'
340 340
341 341 additional help topics:
342 342
343 color Colorizing Outputs
343 344 config Configuration Files
344 345 dates Date Formats
345 346 diffs Diff Formats
@@ -422,6 +423,7 b' Testing -h/--help:'
422 423
423 424 additional help topics:
424 425
426 color Colorizing Outputs
425 427 config Configuration Files
426 428 dates Date Formats
427 429 diffs Diff Formats
@@ -102,6 +102,7 b' Short help:'
102 102
103 103 additional help topics:
104 104
105 color Colorizing Outputs
105 106 config Configuration Files
106 107 dates Date Formats
107 108 diffs Diff Formats
@@ -178,6 +179,7 b' Short help:'
178 179
179 180 additional help topics:
180 181
182 color Colorizing Outputs
181 183 config Configuration Files
182 184 dates Date Formats
183 185 diffs Diff Formats
@@ -825,6 +827,7 b' Test that default list of commands omits'
825 827
826 828 additional help topics:
827 829
830 color Colorizing Outputs
828 831 config Configuration Files
829 832 dates Date Formats
830 833 diffs Diff Formats
@@ -1859,6 +1862,13 b' Dish up an empty repo; serve it cold.'
1859 1862 <tr><td colspan="2"><h2><a name="topics" href="#topics">Topics</a></h2></td></tr>
1860 1863
1861 1864 <tr><td>
1865 <a href="/help/color">
1866 color
1867 </a>
1868 </td><td>
1869 Colorizing Outputs
1870 </td></tr>
1871 <tr><td>
1862 1872 <a href="/help/config">
1863 1873 config
1864 1874 </a>
@@ -1549,6 +1549,10 b' help/ shows help topics'
1549 1549 ],
1550 1550 "topics": [
1551 1551 {
1552 "summary": "Colorizing Outputs",
1553 "topic": "color"
1554 },
1555 {
1552 1556 "summary": "Configuration Files",
1553 1557 "topic": "config"
1554 1558 },
General Comments 0
You need to be logged in to leave comments. Login now