Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 48178:e8a576de703f
dirstate-v2: Add internal documentation
It can be viewed by running `hg help internals.dirstate-v2`
Since that command rewraps paragraphs, the source text is written with
semantic line breaks: https://sembr.org/
Differential Revision: https://phab.mercurial-scm.org/D11546
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Fri, 01 Oct 2021 12:17:09 +0200 |
parents | da4e6d7a8fdd |
children | 7ccd31fda132 |
line wrap: on
line diff
--- a/mercurial/help.py Fri Oct 01 12:27:17 2021 +0200 +++ b/mercurial/help.py Fri Oct 01 12:17:09 2021 +0200 @@ -365,6 +365,11 @@ loaddoc(b'config', subdir=b'internals'), ), ( + [b'dirstate-v2'], + _(b'dirstate-v2 file format'), + loaddoc(b'dirstate-v2', subdir=b'internals'), + ), + ( [b'extensions', b'extension'], _(b'Extension API'), loaddoc(b'extensions', subdir=b'internals'),