mercurial/help.py
changeset 36451 1fa35ca345a5
parent 36250 4174970c9147
child 36922 521f6c7e1756
equal deleted inserted replaced
36450:d478c8cd89d1 36451:1fa35ca345a5
   195         return doc
   195         return doc
   196 
   196 
   197     return loader
   197     return loader
   198 
   198 
   199 internalstable = sorted([
   199 internalstable = sorted([
       
   200     (['bundle2'], _('Bundle2'),
       
   201      loaddoc('bundle2', subdir='internals')),
   200     (['bundles'], _('Bundles'),
   202     (['bundles'], _('Bundles'),
   201      loaddoc('bundles', subdir='internals')),
   203      loaddoc('bundles', subdir='internals')),
   202     (['censor'], _('Censor'),
   204     (['censor'], _('Censor'),
   203      loaddoc('censor', subdir='internals')),
   205      loaddoc('censor', subdir='internals')),
   204     (['changegroups'], _('Changegroups'),
   206     (['changegroups'], _('Changegroups'),