mercurial/branchmap.py
changeset 51644 f02ec1ecb3bf
parent 51579 4a8bb136ee77
child 51651 c0e30a019ce1
equal deleted inserted replaced
51643:ff523675cd69 51644: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