Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 31302:2cdb1239ff8c
help: update help.internalstable for new censor docs
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 10 Mar 2017 17:37:39 -0500 |
parents | 79715ba22f9c |
children | 69d8fcf20014 |
comparison
equal
deleted
inserted
replaced
31301:b6ab0adf379d | 31302:2cdb1239ff8c |
---|---|
187 return loader | 187 return loader |
188 | 188 |
189 internalstable = sorted([ | 189 internalstable = sorted([ |
190 (['bundles'], _('Bundles'), | 190 (['bundles'], _('Bundles'), |
191 loaddoc('bundles', subdir='internals')), | 191 loaddoc('bundles', subdir='internals')), |
192 (['censor'], _('Censor'), | |
193 loaddoc('censor', subdir='internals')), | |
192 (['changegroups'], _('Changegroups'), | 194 (['changegroups'], _('Changegroups'), |
193 loaddoc('changegroups', subdir='internals')), | 195 loaddoc('changegroups', subdir='internals')), |
194 (['requirements'], _('Repository Requirements'), | 196 (['requirements'], _('Repository Requirements'), |
195 loaddoc('requirements', subdir='internals')), | 197 loaddoc('requirements', subdir='internals')), |
196 (['revlogs'], _('Revision Logs'), | 198 (['revlogs'], _('Revision Logs'), |