Mercurial > public > mercurial-scm > hg
comparison mercurial/help.py @ 27631:c18292a6ff54
internals: document revlog format
It seems like a good idea to document the revlog format.
There is a lot more that could be added to this documentation.
But you have to start somewhere.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 30 Dec 2015 16:21:57 -0700 |
parents | 3ce1d50daa99 |
children | 512f883c234c |
comparison
equal
deleted
inserted
replaced
27630:9358124b4a65 | 27631:c18292a6ff54 |
---|---|
185 internalstable = sorted([ | 185 internalstable = sorted([ |
186 (['bundles'], _('container for exchange of repository data'), | 186 (['bundles'], _('container for exchange of repository data'), |
187 loaddoc('bundles', subdir='internals')), | 187 loaddoc('bundles', subdir='internals')), |
188 (['changegroups'], _('representation of revlog data'), | 188 (['changegroups'], _('representation of revlog data'), |
189 loaddoc('changegroups', subdir='internals')), | 189 loaddoc('changegroups', subdir='internals')), |
190 (['revlogs'], _('revision storage mechanism'), | |
191 loaddoc('revlogs', subdir='internals')), | |
190 ]) | 192 ]) |
191 | 193 |
192 def internalshelp(ui): | 194 def internalshelp(ui): |
193 """Generate the index for the "internals" topic.""" | 195 """Generate the index for the "internals" topic.""" |
194 lines = [] | 196 lines = [] |