Mercurial > hg
changeset 49037:bb76343959d6
path: explicitly declare the `pushrev` suboptions
This will help documentation and discovery.
Differential Revision: https://phab.mercurial-scm.org/D12436
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 04 Apr 2022 15:36:32 +0200 |
parents | 9e2ac831f503 |
children | b6f535f3beda |
files | mercurial/configitems.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon Apr 04 15:36:17 2022 +0200 +++ b/mercurial/configitems.py Mon Apr 04 15:36:32 2022 +0200 @@ -1753,6 +1753,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:pushrev', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',