mercurial/help.py
changeset 45060 79f6f9fa18c1
parent 44659 843418dc0b1b
child 45643 65cb924a1430
equal deleted inserted replaced
45059:f43bc4ce0d69 45060:79f6f9fa18c1
   343     return loader
   343     return loader
   344 
   344 
   345 
   345 
   346 internalstable = sorted(
   346 internalstable = sorted(
   347     [
   347     [
       
   348         (
       
   349             [b'bid-merge'],
       
   350             _(b'Bid Merge Algorithm'),
       
   351             loaddoc(b'bid-merge', subdir=b'internals'),
       
   352         ),
   348         ([b'bundle2'], _(b'Bundle2'), loaddoc(b'bundle2', subdir=b'internals')),
   353         ([b'bundle2'], _(b'Bundle2'), loaddoc(b'bundle2', subdir=b'internals')),
   349         ([b'bundles'], _(b'Bundles'), loaddoc(b'bundles', subdir=b'internals')),
   354         ([b'bundles'], _(b'Bundles'), loaddoc(b'bundles', subdir=b'internals')),
   350         ([b'cbor'], _(b'CBOR'), loaddoc(b'cbor', subdir=b'internals')),
   355         ([b'cbor'], _(b'CBOR'), loaddoc(b'cbor', subdir=b'internals')),
   351         ([b'censor'], _(b'Censor'), loaddoc(b'censor', subdir=b'internals')),
   356         ([b'censor'], _(b'Censor'), loaddoc(b'censor', subdir=b'internals')),
   352         (
   357         (