##// END OF EJS Templates
path: explicitly declare the `bookmarks.mode` suboptions...
marmoute -
r49911:51565fed default
parent child Browse files
Show More
@@ -1741,6 +1741,12 b' coreconfigitem('
1741 1741 generic=True,
1742 1742 )
1743 1743 coreconfigitem(
1744 b'paths',
1745 b'.*:bookmarks.mode',
1746 default='default',
1747 generic=True,
1748 )
1749 coreconfigitem(
1744 1750 b'phases',
1745 1751 b'checksubrepos',
1746 1752 default=b'follow',
General Comments 0
You need to be logged in to leave comments. Login now