Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 28523:045fe7042510
help: document requirements
We didn't have unified documentation of the various repository
requirements. This patch changes that.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 12 Mar 2016 18:51:07 -0800 |
parents | ff6e8dc659f8 |
children | 3640c1702c43 |
comparison
equal
deleted
inserted
replaced
28522:f2fe7b199bb4 | 28523:045fe7042510 |
---|---|
186 internalstable = sorted([ | 186 internalstable = sorted([ |
187 (['bundles'], _('container for exchange of repository data'), | 187 (['bundles'], _('container for exchange of repository data'), |
188 loaddoc('bundles', subdir='internals')), | 188 loaddoc('bundles', subdir='internals')), |
189 (['changegroups'], _('representation of revlog data'), | 189 (['changegroups'], _('representation of revlog data'), |
190 loaddoc('changegroups', subdir='internals')), | 190 loaddoc('changegroups', subdir='internals')), |
191 (['requirements'], _('repository requirements'), | |
192 loaddoc('requirements', subdir='internals')), | |
191 (['revlogs'], _('revision storage mechanism'), | 193 (['revlogs'], _('revision storage mechanism'), |
192 loaddoc('revlogs', subdir='internals')), | 194 loaddoc('revlogs', subdir='internals')), |
193 ]) | 195 ]) |
194 | 196 |
195 def internalshelp(ui): | 197 def internalshelp(ui): |