##// END OF EJS Templates
path: explicitly declare the `bookmarks.mode` suboptions...
marmoute -
r49908:ba840120 default draft
parent child Browse files
Show More
@@ -1759,6 +1759,12 b' coreconfigitem('
1759 1759 generic=True,
1760 1760 )
1761 1761 coreconfigitem(
1762 b'paths',
1763 b'.*:bookmarks.mode',
1764 default='default',
1765 generic=True,
1766 )
1767 coreconfigitem(
1762 1768 b'phases',
1763 1769 b'checksubrepos',
1764 1770 default=b'follow',
General Comments 0
You need to be logged in to leave comments. Login now