comparison mercurial/help/config.txt @ 42325:526750cdd02d

bookmarks: keep bookmarks in .hg/store if new config set Bookmarks storage consists of two parts: (1) the set of bookmarks and their positions, and (2) the current bookmark. The former can get updated by exchange, while the latter cannot. However, they are both stored in directly .hg/ and protected by repo.wlock(). As a result, ugly workarounds were needed. This patch introduces a new config option to store the set of bookmarks and their positions in .hg/store/ but still storing the current bookmark directory in .hg/. The config option only takes effect at repo creation time. It results in a new requirement being set. Differential Revision: https://phab.mercurial-scm.org/D6387
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 15 May 2019 22:09:02 -0700
parents c77857693005
children 0ae593e791fb
comparison
equal deleted inserted replaced
42319:b162229ebe0d 42325:526750cdd02d
877 format that is usually a net win over `zlib` operating faster at better 877 format that is usually a net win over `zlib` operating faster at better
878 compression rate. Use `zstd` to reduce CPU usage. 878 compression rate. Use `zstd` to reduce CPU usage.
879 879
880 On some system, Mercurial installation may lack `zstd` supports. Default is `zlib`. 880 On some system, Mercurial installation may lack `zstd` supports. Default is `zlib`.
881 881
882 ``bookmarks-in-store``
883 Store bookmarks in .hg/store/. This means that bookmarks are shared when
884 using `hg share` regardless of the `-B` option.
885
886 Repositories with this on-disk format require Mercurial version 5.1.
887
888 Disabled by default.
889
890
882 ``graph`` 891 ``graph``
883 --------- 892 ---------
884 893
885 Web graph view configuration. This section let you change graph 894 Web graph view configuration. This section let you change graph
886 elements display properties by branches, for instance to make the 895 elements display properties by branches, for instance to make the