Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 49780:4bd12c0f531e
reuse-delta-base: improves some documentation
The current code got me a bit confused initially. So a bit more documentation
around it cannot hurt.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 17 Oct 2022 16:26:16 +0200 |
parents | 45d7b8c380d7 |
children | becd16690cbe |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Nov 25 15:14:40 2022 +0100 +++ b/mercurial/configitems.py Mon Oct 17 16:26:16 2022 +0200 @@ -2075,6 +2075,7 @@ b'revlog.reuse-external-delta', default=True, ) +# This option is True unless `format.generaldelta` is set. coreconfigitem( b'storage', b'revlog.reuse-external-delta-parent',