Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 50205:d23dc9509b0f
delta-find: declare the "paths..*:delta-reuse-policy option
While looking into renaming the option I realized it was not declared.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 23 Feb 2023 15:26:43 +0100 |
parents | 1c5241ba44f0 |
children | e69dc67f79a5 |
comparison
equal
deleted
inserted
replaced
50204:1c5241ba44f0 | 50205:d23dc9509b0f |
---|---|
1878 b'.*:pushurl', | 1878 b'.*:pushurl', |
1879 default=None, | 1879 default=None, |
1880 generic=True, | 1880 generic=True, |
1881 ) | 1881 ) |
1882 coreconfigitem( | 1882 coreconfigitem( |
1883 b'paths', | |
1884 b'.*:delta-reuse-policy', | |
1885 default=None, | |
1886 generic=True, | |
1887 ) | |
1888 coreconfigitem( | |
1883 b'phases', | 1889 b'phases', |
1884 b'checksubrepos', | 1890 b'checksubrepos', |
1885 default=b'follow', | 1891 default=b'follow', |
1886 ) | 1892 ) |
1887 coreconfigitem( | 1893 coreconfigitem( |