Mercurial > hg > mercurial-source
diff tests/test-help.t @ 28286: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 | b3376fba4ab9 |
children | 067d87feeb11 |
line wrap: on
line diff
--- a/tests/test-help.t +++ b/tests/test-help.t @@ -875,6 +875,7 @@ bundles container for exchange of repository data changegroups representation of revlog data + revlogs revision storage mechanism sub-topics can be accessed @@ -2716,6 +2717,13 @@ </td><td> representation of revlog data </td></tr> + <tr><td> + <a href="/help/internals.revlogs"> + revlogs + </a> + </td><td> + revision storage mechanism + </td></tr>