mercurial/mergestate.py
changeset 51859 f4733654f144
parent 51699 ca7bde5dbafb
child 52028 09a54892b7ee
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
       
     1 from __future__ import annotations
       
     2 
     1 import collections
     3 import collections
     2 import shutil
     4 import shutil
     3 import struct
     5 import struct
     4 import weakref
     6 import weakref
     5 
     7