comparison tests/test-help.t @ 48244:b56858d85a7b

bookmarks: add a `ignore` variant of the bookmark mode This new mode allow to disable bookmark exchange with some path (or all path). Differential Revision: https://phab.mercurial-scm.org/D11677
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 15 Oct 2021 04:41:24 +0200
parents 4d2ab365699e
children f77e4daaf612 7ccd31fda132
comparison
equal deleted inserted replaced
48243:76c071bba40d 48244:b56858d85a7b
1906 1906
1907 - "default": the default behavior, local and remote bookmarks are 1907 - "default": the default behavior, local and remote bookmarks are
1908 "merged" on push/pull. 1908 "merged" on push/pull.
1909 - "mirror": when pulling, replace local bookmarks by remote bookmarks. 1909 - "mirror": when pulling, replace local bookmarks by remote bookmarks.
1910 This is useful to replicate a repository, or as an optimization. 1910 This is useful to replicate a repository, or as an optimization.
1911 - "ignore": ignore bookmarks during exchange. (This currently only
1912 affect pulling)
1911 1913
1912 The following special named paths exist: 1914 The following special named paths exist:
1913 1915
1914 "default" 1916 "default"
1915 The URL or directory to use when no source or remote is specified. 1917 The URL or directory to use when no source or remote is specified.