diff mercurial/branchmap.py @ 51643:f02ec1ecb3bf

branch3: use an explicitely experimental name for files Since this format is still experimental, we don't want to have to side-step the `branch3` name in case people do start using it before it's stable.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 24 Jun 2024 10:52:46 +0200
parents 4a8bb136ee77
children c0e30a019ce1
line wrap: on
line diff
--- a/mercurial/branchmap.py	Mon Jun 24 03:16:52 2024 +0200
+++ b/mercurial/branchmap.py	Mon Jun 24 10:52:46 2024 +0200
@@ -867,7 +867,7 @@
     ignored.
     """
 
-    _base_filename = b"branch3"
+    _base_filename = b"branch3-exp"
     _default_key_hashes = (None, None)
 
     def __init__(self, *args, pure_topo_branch=None, **kwargs):