mercurial/metadata.py
changeset 51858 607e94e01851
parent 51830 454feddab720
child 52654 f19a3f1437f3
equal deleted inserted replaced
51857:f81e0ce5103a 51858:607e94e01851
     4 # Copyright 2019 Google, Inc <martinvonz@google.com>
     4 # Copyright 2019 Google, Inc <martinvonz@google.com>
     5 # Copyright 2020 Pierre-Yves David <pierre-yves.david@octobus.net>
     5 # Copyright 2020 Pierre-Yves David <pierre-yves.david@octobus.net>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2 or any later version.
     8 # GNU General Public License version 2 or any later version.
       
     9 
       
    10 from __future__ import annotations
     9 
    11 
    10 import multiprocessing
    12 import multiprocessing
    11 import struct
    13 import struct
    12 
    14 
    13 from .node import nullrev
    15 from .node import nullrev