diff mercurial/utils/urlutil.py @ 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 a1538c05d855
line wrap: on
line diff
--- a/mercurial/utils/urlutil.py	Fri Oct 15 04:25:58 2021 +0200
+++ b/mercurial/utils/urlutil.py	Fri Oct 15 04:41:24 2021 +0200
@@ -769,6 +769,7 @@
 SUPPORTED_BOOKMARKS_MODES = {
     b'default',
     b'mirror',
+    b'ignore',
 }