mercurial/help.py
changeset 39409 2fe21c65777e
parent 39339 d30867a745a1
child 39461 7df9ae38c75c
equal deleted inserted replaced
39408:c7f213d7f4d2 39409:2fe21c65777e
   203 internalstable = sorted([
   203 internalstable = sorted([
   204     (['bundle2'], _('Bundle2'),
   204     (['bundle2'], _('Bundle2'),
   205      loaddoc('bundle2', subdir='internals')),
   205      loaddoc('bundle2', subdir='internals')),
   206     (['bundles'], _('Bundles'),
   206     (['bundles'], _('Bundles'),
   207      loaddoc('bundles', subdir='internals')),
   207      loaddoc('bundles', subdir='internals')),
       
   208     (['cbor'], _('CBOR'),
       
   209      loaddoc('cbor', subdir='internals')),
   208     (['censor'], _('Censor'),
   210     (['censor'], _('Censor'),
   209      loaddoc('censor', subdir='internals')),
   211      loaddoc('censor', subdir='internals')),
   210     (['changegroups'], _('Changegroups'),
   212     (['changegroups'], _('Changegroups'),
   211      loaddoc('changegroups', subdir='internals')),
   213      loaddoc('changegroups', subdir='internals')),
   212     (['config'], _('Config Registrar'),
   214     (['config'], _('Config Registrar'),