##// END OF EJS Templates
help: document new "bookmarksinstore" requirement in internals.requirements...
Martin von Zweigbergk -
r42544:1bc7d4cb default
parent child Browse files
Show More
@@ -129,3 +129,16 b' August 2017). This requirement and featu'
129 disappear in a future Mercurial release. The requirement will only
129 disappear in a future Mercurial release. The requirement will only
130 be present on repositories that have opted in to a sparse working
130 be present on repositories that have opted in to a sparse working
131 directory.
131 directory.
132
133 bookmarksinstore
134 ==================
135
136 Bookmarks are stored in ``.hg/store/`` instead of directly in ``.hg/``
137 where they used to be stored. The active bookmark is still stored
138 directly in ``.hg/``. This makes them always shared by ``hg share``,
139 whether or not ``-B`` was passed.
140
141 Support for this requirement was added in Mercurial 5.1 (released
142 August 2019). The requirement will only be present on repositories
143 that have opted in to this format (by having
144 ``format.bookmarks-in-store=true`` set when they were created).
General Comments 0
You need to be logged in to leave comments. Login now