--- a/mercurial/help/config.txt Thu May 16 08:15:20 2019 +0900
+++ b/mercurial/help/config.txt Wed May 15 22:09:02 2019 -0700
@@ -879,6 +879,15 @@
On some system, Mercurial installation may lack `zstd` supports. Default is `zlib`.
+``bookmarks-in-store``
+ Store bookmarks in .hg/store/. This means that bookmarks are shared when
+ using `hg share` regardless of the `-B` option.
+
+ Repositories with this on-disk format require Mercurial version 5.1.
+
+ Disabled by default.
+
+
``graph``
---------