comparison 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
comparison
equal deleted inserted replaced
51642:ff523675cd69 51643:f02ec1ecb3bf
865 Topological heads are not included in the listing and should be dispatched 865 Topological heads are not included in the listing and should be dispatched
866 on the right branch at read time. Obsolete topological heads should be 866 on the right branch at read time. Obsolete topological heads should be
867 ignored. 867 ignored.
868 """ 868 """
869 869
870 _base_filename = b"branch3" 870 _base_filename = b"branch3-exp"
871 _default_key_hashes = (None, None) 871 _default_key_hashes = (None, None)
872 872
873 def __init__(self, *args, pure_topo_branch=None, **kwargs): 873 def __init__(self, *args, pure_topo_branch=None, **kwargs):
874 super().__init__(*args, **kwargs) 874 super().__init__(*args, **kwargs)
875 self._pure_topo_branch = pure_topo_branch 875 self._pure_topo_branch = pure_topo_branch