D6413: help: document new "bookmarksinstore" requirement in internals.requirements

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon May 20 20:30:12 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1bc7d4cb4182: help: document new "bookmarksinstore" requirement in internals.requirements (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6413?vs=15204&id=15205

REVISION DETAIL
  https://phab.mercurial-scm.org/D6413

AFFECTED FILES
  mercurial/help/internals/requirements.txt

CHANGE DETAILS

diff --git a/mercurial/help/internals/requirements.txt b/mercurial/help/internals/requirements.txt
--- a/mercurial/help/internals/requirements.txt
+++ b/mercurial/help/internals/requirements.txt
@@ -129,3 +129,16 @@
 disappear in a future Mercurial release. The requirement will only
 be present on repositories that have opted in to a sparse working
 directory.
+
+bookmarksinstore
+==================
+
+Bookmarks are stored in ``.hg/store/`` instead of directly in ``.hg/``
+where they used to be stored. The active bookmark is still stored
+directly in ``.hg/``. This makes them always shared by ``hg share``,
+whether or not ``-B`` was passed.
+
+Support for this requirement was added in Mercurial 5.1 (released
+August 2019). The requirement will only be present on repositories
+that have opted in to this format (by having
+``format.bookmarks-in-store=true`` set when they were created).



To: martinvonz, #hg-reviewers, indygreg, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list